NVelocity.Runtime.Parser.Node
Class GetExecutor

Executor that simply tries to execute a get(key) operation. This will try to find a get(key) method for any type of object, not just objects that implement the Map interface as was previously the case.

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

Constructor Summary
GetExecutor(NVelocity.Runtime.RuntimeServices r, System.Type c, string key)
         Default constructor.

Method Summary
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

GetExecutor

public GetExecutor(NVelocity.Runtime.RuntimeServices r,
                   System.Type c,
                   string key)

Default constructor.

Method Detail

execute

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

Execute method against context.