C# Class NVelocity.Runtime.Parser.Node.BooleanPropertyExecutor

Handles discovery and valuation of a boolean object property, of the form public boolean is<property> when executed. We do this separately as to preserve the current quasi-broken semantics of get<as is property> get< flip 1st char> get("property") and now followed by is<Property>
Inheritance: NVelocity.Runtime.Parser.Node.PropertyExecutor
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System

Protected Methods

Method Description
Discover ( Type clazz, String propertyName ) : void

Method Details

BooleanPropertyExecutor() public method

public BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
clazz System.Type
propertyName String
return System

Discover() protected method

protected Discover ( Type clazz, String propertyName ) : void
clazz System.Type
propertyName String
return void