org.apache.tapestry5
public interface: PropertyConduit [javadoc |
source]
All Implemented Interfaces:
AnnotationProvider
All Known Implementing Classes:
BasePropertyConduit, CoercingPropertyConduitWrapper
Used to read or update the value associated with a property. A PropertyConduit provides access to the annotations on
the underlying getter and/or setter methods.
Method from org.apache.tapestry5.PropertyConduit Detail: |
public Object get(Object instance)
Reads the property from the instance. |
public Class getPropertyType()
Returns the type of the property read or updated by the conduit. |
public void set(Object instance,
Object value)
Changes the current value of the property. |