C# Класс NVelocity.App.Events.EventCartridge

'Package' of event handlers...
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AttachToContext ( IContext context ) : bool

Attached the EventCartridge to the context

Приватные методы

Метод Описание
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.

Описание методов

AttachToContext() публичный Метод

Attached the EventCartridge to the context
public AttachToContext ( IContext context ) : bool
context IContext context to attach to
Результат bool