org.apache.tapestry5.ioc.services
Interface FieldValueConduit


public interface FieldValueConduit

Used as a replacement for a field.

Since:
5.2.0

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

Method Detail

get

java.lang.Object get()
Reads the current value of the field.

Returns:
current value (possibly null)

set

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

Parameters:
newValue - to be captured


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.