Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.velocity.runtime.parser.node.AbstractExecutor
org.apache.velocity.runtime.parser.node.PropertyExecutor
public class PropertyExecutor
extends AbstractExecutor
Field Summary | |
protected String |
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor | |
method , rsvc |
Constructor Summary | |
|
Method Summary | |
protected void |
|
Object |
|
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor | |
execute , isAlive |
protected void discover(Class clazz, String property)
public Object execute(Object o, InternalContextAdapter context) throws IllegalAccessException, MethodInvocationException
Execute method against context.
- Overrides:
- execute in interface AbstractExecutor