org.apache.velocity.runtime.parser.node
Class PropertyExecutor

java.lang.Object
  extended by org.apache.velocity.runtime.parser.node.AbstractExecutor
      extended by org.apache.velocity.runtime.parser.node.PropertyExecutor
Direct Known Subclasses:
BooleanPropertyExecutor

public class PropertyExecutor
extends AbstractExecutor

Returned the value of object property when executed.


Field Summary
 
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
log
 
Constructor Summary
PropertyExecutor(Log log, Introspector introspector, Class clazz, String property)
           
PropertyExecutor(RuntimeLogger r, Introspector introspector, Class clazz, String property)
          Deprecated. RuntimeLogger is deprecated. Use the other constructor.
 
Method Summary
protected  void discover(Class clazz, String property)
           
 Object execute(Object o)
          Execute method against context.
protected  Introspector getIntrospector()
           
 
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
getMethod, isAlive, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyExecutor

public PropertyExecutor(Log log,
                        Introspector introspector,
                        Class clazz,
                        String property)
Parameters:
log -
introspector -
clazz -
property -

PropertyExecutor

public PropertyExecutor(RuntimeLogger r,
                        Introspector introspector,
                        Class clazz,
                        String property)
Deprecated. RuntimeLogger is deprecated. Use the other constructor.

Parameters:
r -
introspector -
clazz -
property -
Method Detail

getIntrospector

protected Introspector getIntrospector()
Returns:
The current introspector.

discover

protected void discover(Class clazz,
                        String property)
Parameters:
clazz -
property -

execute

public Object execute(Object o)
               throws IllegalAccessException,
                      InvocationTargetException
Description copied from class: AbstractExecutor
Execute method against context.

Specified by:
execute in class AbstractExecutor
Returns:
The resulting object.
Throws:
IllegalAccessException
InvocationTargetException
See Also:
AbstractExecutor.execute(java.lang.Object)


Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.