C# 클래스 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.
상속: AbstractExecutor
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( Object o ) : Object

Execute method against context.

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

Default constructor.

메소드 상세

Execute() 공개 메소드

Execute method against context.
public Execute ( Object o ) : Object
o Object
리턴 Object

GetExecutor() 공개 메소드

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
리턴 System