|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyAccessStrategy
A strategy for accessing a domain object's properties. Different
implementations could access different backing objects such as a javabean
(BeanPropertyAccessStrategy)
, hashmap, rowset, or other data
structure.
Method Summary | |
---|---|
Object |
getDomainObject()
Return the target, backing domain object for which property access requests are targeted against. |
PropertyMetadataAccessStrategy |
getMetadataAccessStrategy()
Get a metadata accessor, which can return meta information about particular properties of the backed domain object. |
Object |
getPropertyValue(String propertyPath)
Get the value of a property. |
Method Detail |
---|
Object getPropertyValue(String propertyPath) throws BeansException
propertyPath
- name of the property to get the value of
FatalBeanException
- if there is no such property, if the property
isn't readable, or if the property getter throws an exception.
BeansException
PropertyMetadataAccessStrategy getMetadataAccessStrategy()
Object getDomainObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |