|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConduit
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 Summary | |
---|---|
Object |
get(Object instance)
Reads the property from the instance. |
Class |
getPropertyType()
Returns the type of the property read or updated by the conduit. |
void |
set(Object instance,
Object value)
Changes the current value of the property. |
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider |
---|
getAnnotation |
Method Detail |
---|
Object get(Object instance)
instance
- object containing the property
void set(Object instance, Object value)
instance
- object containing the propertyvalue
- to change the property toClass getPropertyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |