org.apache.tapestry5.ioc.services
Interface FieldValueConduit


Deprecated. Deprecated in 5.3, using Plastic equivalents

public interface FieldValueConduit

Used as a replacement for a field.

Since:
5.2.0
See Also:
PlasticField, FieldConduit

Method Summary
 Object get()
          Deprecated. Reads the current value of the field.
 void set(Object newValue)
          Deprecated. Sets the value of the field
 

Method Detail

get

Object get()
Deprecated. 
Reads the current value of the field.

Returns:
current value (possibly null)

set

void set(Object newValue)
Deprecated. 
Sets the value of the field

Parameters:
newValue - to be captured


Copyright © 2003-2012 The Apache Software Foundation.