org.apache.velocity.runtime.parser.node
public class PropertyExecutor extends AbstractExecutor
Modifier and Type | Field and Description |
---|---|
protected Introspector |
introspector |
protected java.lang.String |
methodUsed |
method, rlog
Constructor and Description |
---|
PropertyExecutor(RuntimeLogger r,
Introspector ispctr,
java.lang.Class clazz,
java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
protected void |
discover(java.lang.Class clazz,
java.lang.String property) |
java.lang.Object |
execute(java.lang.Object o)
Execute method against context.
|
getMethod, isAlive
protected Introspector introspector
protected java.lang.String methodUsed
public PropertyExecutor(RuntimeLogger r, Introspector ispctr, java.lang.Class clazz, java.lang.String property)
protected void discover(java.lang.Class clazz, java.lang.String property)
public java.lang.Object execute(java.lang.Object o) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
execute
in class AbstractExecutor
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.