|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.xtags.xpath.ReflectionAction
Calls a void method on an instance when the action is fired.
Field Summary | |
protected static java.lang.Object[] |
NULL_ARGS
|
protected static java.lang.Class[] |
NULL_PARAMS
|
Constructor Summary | |
ReflectionAction(java.lang.Object object,
java.lang.reflect.Method method)
|
|
ReflectionAction(java.lang.Object object,
java.lang.String methodName)
|
Method Summary | |
void |
run(org.dom4j.Node node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.Object[] NULL_ARGS
protected static final java.lang.Class[] NULL_PARAMS
Constructor Detail |
public ReflectionAction(java.lang.Object object, java.lang.String methodName)
public ReflectionAction(java.lang.Object object, java.lang.reflect.Method method)
Method Detail |
public void run(org.dom4j.Node node) throws java.lang.Exception
run
in interface org.dom4j.rule.Action
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |