|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.util.prop.PropertyHelper | +--com.primix.tapestry.util.prop.PublicBeanPropertyHelper
Allows public instance variables of IPublicBean
instances
to be treated as read/write JavaBeans properties.
Fields inherited from class com.primix.tapestry.util.prop.PropertyHelper |
accessors, beanClass, PATH_SEPERATOR |
Constructor Summary | |
PublicBeanPropertyHelper(java.lang.Class beanClass)
|
Method Summary | |
protected void |
buildPropertyAccessors()
Invoked to build a list of property accessor. |
Methods inherited from class com.primix.tapestry.util.prop.PropertyHelper |
forClass, forInstance, get, getAccessor, getAccessorPath, getAccessors, getPath, getPath, getSyntheticPropertyNames, isReadable, isWritable, register, set, setPath, setPath, splitPropertyPath, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PublicBeanPropertyHelper(java.lang.Class beanClass)
Method Detail |
protected void buildPropertyAccessors()
Only accessible fields are included (that is, public fields that aren't static). Also, if a JavaBeans property exists, it takes priority over the field access (for the attribute with the same name).
buildPropertyAccessors
in class PropertyHelper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |