org.apache.velocity.runtime.parser.node
Class PropertyExecutor
public class PropertyExecutor
Returned the value of object property when executed.
protected void | discover(Class clazz, String property)
|
Object | execute(Object o) - Execute method against context.
|
methodUsed
protected String methodUsed
discover
protected void discover(Class clazz,
String property)
execute
public Object execute(Object o)
throws IllegalAccessException,
InvocationTargetException
Execute method against context.
- execute in interface AbstractExecutor
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.