|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.datasync.PojoAttributeValueExtractor
public class PojoAttributeValueExtractor
An AttributeValueExtractor that simply calls LocalUtil.getProperty(java.lang.Object, java.lang.String, java.lang.Class
to extract attribute values.
| Constructor Summary | |
|---|---|
PojoAttributeValueExtractor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue(java.lang.Object bean,
java.lang.String property)
Get an attribute/ property from a bean. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PojoAttributeValueExtractor()
| Method Detail |
|---|
public java.lang.Object getValue(java.lang.Object bean,
java.lang.String property)
AttributeValueExtractorproperty from a bean.
getValue in interface AttributeValueExtractorbean - The object to read an attribute/property from.property - The attribute/property to read.
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||