C# 클래스 NVelocity.Util.Introspection.UberspectImpl

Implementation of Uberspect to provide the default introspective functionality of Velocity *
상속: IUberspect, UberspectLoggable
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
GetMethod ( Object obj, String methodName, Object args, Info i ) : IVelMethod

Method

GetPropertyGet ( Object obj, String identifier, Info i ) : IVelPropertyGet

Property getter.

GetPropertySet ( Object obj, String identifier, Object arg, Info i ) : IVelPropertySet

Property setter.

Init ( ) : void

init - does nothing - we need to have setRuntimeLogger called before getting our introspector, as the default vel introspector depends upon it.

메소드 상세

GetMethod() 공개 메소드

Method
public GetMethod ( Object obj, String methodName, Object args, Info i ) : IVelMethod
obj Object
methodName String
args Object
i Info
리턴 IVelMethod

GetPropertyGet() 공개 메소드

Property getter.
public GetPropertyGet ( Object obj, String identifier, Info i ) : IVelPropertyGet
obj Object
identifier String
i Info
리턴 IVelPropertyGet

GetPropertySet() 공개 메소드

Property setter.
public GetPropertySet ( Object obj, String identifier, Object arg, Info i ) : IVelPropertySet
obj Object
identifier String
arg Object
i Info
리턴 IVelPropertySet

Init() 공개 메소드

init - does nothing - we need to have setRuntimeLogger called before getting our introspector, as the default vel introspector depends upon it.
public Init ( ) : void
리턴 void