|
|||||||||||
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.JXPathSetValue
Modifies the value of the property described by the supplied xpath. Will throw an exception if one of the following conditions occurs:
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 | |
JXPathSetValue()
|
Method Summary | |
void |
execute(java.lang.Object bean)
Executes this filter. |
void |
setValue(java.lang.Object value)
Sets the value. |
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 JXPathSetValue()
Method Detail |
public void execute(java.lang.Object bean)
bean
- The context bean
protected void subreset()
JXPathAbstractFilter
subreset
in class JXPathAbstractFilter
JXPathAbstractFilter.subreset()
public void setValue(java.lang.Object value)
value
- The value to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |