|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xfp.AttributeContainer org.xfp.Filter org.xfp.filters.jxpath.JXPathAbstractFilter org.xfp.filters.jxpath.JXPathGetValue
Evaluates the xpath, converts the result to the specified class and returns the resulting object.
Nested Class Summary |
Nested classes inherited from class org.xfp.Filter |
Filter.OnErrorEnum, Filter.OnLoopErrorEnum |
Field Summary |
Fields inherited from class org.xfp.AttributeContainer |
name, parentContainer |
Constructor Summary | |
JXPathGetValue()
|
Method Summary | |
java.lang.Object |
execute(java.lang.Object bean)
Executes this filter. |
void |
setRequiredType(java.lang.Class requiredType)
Sets the required type. |
protected void |
subreset()
Subclasses must reset their status within this method. |
Methods inherited from class org.xfp.filters.jxpath.JXPathAbstractFilter |
getXpath, reset, setXpath |
Methods inherited from class org.xfp.Filter |
getOnError, initialize, log, newInstance, perform, toString |
Methods inherited from class org.xfp.AttributeContainer |
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JXPathGetValue()
Method Detail |
public java.lang.Object execute(java.lang.Object bean)
bean
- The context bean
public void setRequiredType(java.lang.Class requiredType)
requiredType
- The required type to setprotected void subreset()
JXPathAbstractFilter
subreset
in class JXPathAbstractFilter
JXPathAbstractFilter.subreset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |