C# 클래스 NVelocity.App.Events.EventCartridge

'Package' of event handlers...
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
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