|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.velocity.runtime.parser.node.AbstractExecutor
Abstract class that is used to execute an arbitrary method that is in introspected. This is the superclass for the GetExecutor and PropertyExecutor.
Field Summary | |
protected java.lang.reflect.Method |
method
Method to be executed. |
Constructor Summary | |
AbstractExecutor()
|
Method Summary | |
abstract java.lang.Object |
execute(java.lang.Object o,
InternalContextAdapter context)
Execute method against context. |
boolean |
isAlive()
Tell whether the executor is alive by looking at the value of the method. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected java.lang.reflect.Method method
Constructor Detail |
public AbstractExecutor()
Method Detail |
public abstract java.lang.Object execute(java.lang.Object o, InternalContextAdapter context) throws java.lang.IllegalAccessException, MethodInvocationException
public boolean isAlive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |