C# Class NVelocity.App.Events.EventCartridge

'Package' of event handlers...
Show file Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
AttachToContext ( IContext context ) : bool

Attached the EventCartridge to the context

Private Methods

Method Description
HandleMethodException ( Type type, String method, Exception e ) : Object

Called during Velocity merge if a reference is null

ReferenceInsert ( Stack referenceStack, String reference, Object value ) : Object

Called during Velocity merge before a reference value will be inserted into the output stream.

ShouldLogOnNullSet ( String lhs, String rhs ) : bool

Called during Velocity merge to determine if when a #set() results in a null assignment, a warning is logged.

Method Details

AttachToContext() public method

Attached the EventCartridge to the context
public AttachToContext ( IContext context ) : bool
context IContext context to attach to
return bool