org.apache.velocity.runtime.parser.node
public abstract class SetExecutor extends java.lang.Object
Constructor and Description |
---|
SetExecutor() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
execute(java.lang.Object o,
java.lang.Object value)
Execute method against context.
|
java.lang.reflect.Method |
getMethod() |
boolean |
isAlive()
Tell whether the executor is alive by looking
at the value of the method.
|
protected void |
setMethod(java.lang.reflect.Method method) |
protected Log log
public abstract java.lang.Object execute(java.lang.Object o, java.lang.Object value) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
o
- value
- java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
public boolean isAlive()
public java.lang.reflect.Method getMethod()
protected void setMethod(java.lang.reflect.Method method)
method
- Copyright © 2000-2014. All Rights Reserved.