C# Class NVelocity.Runtime.Parser.Node.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.
Add discovery for .NET default property, using Type.GetDefaultMembers.
Inheritance: AbstractExecutor
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Execute ( Object o ) : Object

Execute method against context.

GetExecutor ( IRuntimeLogger r, Introspector i, Type c, String key ) : System

Default constructor.

Method Details

Execute() public method

Execute method against context.
public Execute ( Object o ) : Object
o Object
return Object

GetExecutor() public method

Default constructor.
public GetExecutor ( IRuntimeLogger r, Introspector i, Type c, String key ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
c System.Type
key String
return System