C# Class NVelocity.Util.Introspection.UberspectImpl

Implementation of Uberspect to provide the default introspective functionality of Velocity *
Inheritance: IUberspect, UberspectLoggable
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetMethod() public méthode

Method
public GetMethod ( Object obj, String methodName, Object args, Info i ) : IVelMethod
obj Object
methodName String
args Object
i Info
Résultat IVelMethod

GetPropertyGet() public méthode

Property getter.
public GetPropertyGet ( Object obj, String identifier, Info i ) : IVelPropertyGet
obj Object
identifier String
i Info
Résultat IVelPropertyGet

GetPropertySet() public méthode

Property setter.
public GetPropertySet ( Object obj, String identifier, Object arg, Info i ) : IVelPropertySet
obj Object
identifier String
arg Object
i Info
Résultat IVelPropertySet

Init() public méthode

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