org.apache.velocity.runtime.parser.node
Class PropertyExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.AbstractExecutor
org.apache.velocity.runtime.parser.node.PropertyExecutor
- Direct Known Subclasses:
- BooleanPropertyExecutor
- public class PropertyExecutor
- extends AbstractExecutor
Returned the value of object property when executed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyExecutor
public PropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property)
PropertyExecutor
public PropertyExecutor(RuntimeLogger r,
Introspector introspector,
Class clazz,
String property)
- Deprecated. RuntimeLogger is deprecated. Use the other constructor.
getIntrospector
protected Introspector getIntrospector()
discover
protected void discover(Class clazz,
String property)
execute
public Object execute(Object o)
throws IllegalAccessException,
InvocationTargetException
- Execute method against context.
- Specified by:
execute
in class AbstractExecutor
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.