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

public class PropertyExecutor
extends AbstractExecutor

Returned the value of object property when executed.


Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
method
 
Constructor Summary
PropertyExecutor(java.lang.Class c, java.lang.String property)
           
 
Method Summary
 java.lang.Object execute(java.lang.Object o, InternalContextAdapter context)
          Get the value of the specified property.
 
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
isAlive
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PropertyExecutor

public PropertyExecutor(java.lang.Class c,
                        java.lang.String property)
Method Detail

execute

public java.lang.Object execute(java.lang.Object o,
                                InternalContextAdapter context)
Get the value of the specified property.
Overrides:
execute in class AbstractExecutor


Copyright © 2001 Apache Software Foundation. All Rights Reserved.