org.apache.tapestry5.ioc.services
Interface FieldValueConduit

All Known Subinterfaces:
ParameterConduit
All Known Implementing Classes:
ReadOnlyFieldValueConduit

public interface FieldValueConduit

Used as a replacement for a field.

Since:
5.2.0

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

Method Detail

get

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

Returns:
current value (possibly null)

set

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

Parameters:
newValue - to be captured


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