NVelocity.Runtime.Parser.Node
Class PropertyExecutor

Returned the value of object property when executed.

Fields inherited from class NVelocity.Runtime.Parser.Node.AbstractExecutor
method, property, rsvc

Constructor Summary
PropertyExecutor(NVelocity.Runtime.RuntimeServices r, System.Type clazz, string propertyName)

Method Summary
void discover(System.Type clazz, string propertyName)
object execute(object o, NVelocity.Context.InternalContextAdapter context)
         Execute method against context.

Methods inherited from class NVelocity.Runtime.Parser.Node.AbstractExecutor
isAlive

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

PropertyExecutor

public PropertyExecutor(NVelocity.Runtime.RuntimeServices r,
                        System.Type clazz,
                        string propertyName)

Method Detail

discover

protected internal void discover(System.Type clazz,
                                 string propertyName)


execute

public object execute(object o,
                      NVelocity.Context.InternalContextAdapter context)

Execute method against context.