C# 클래스 NVelocity.Context.InternalContextBase

상속: InternalHousekeepingContext, InternalEventContext
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity

공개 메소드들

메소드 설명
AttachEventCartridge ( EventCartridge eventCartridge ) : EventCartridge
ICacheGet ( Object key ) : IntrospectionCacheData
ICachePut ( Object key, IntrospectionCacheData o ) : void
InternalContextBase ( ) : System
PopCurrentTemplateName ( ) : void

remove the current template name from stack

PushCurrentTemplateName ( String s ) : void

set the current template name on top of stack

메소드 상세

AttachEventCartridge() 공개 메소드

public AttachEventCartridge ( EventCartridge eventCartridge ) : EventCartridge
eventCartridge NVelocity.App.Events.EventCartridge
리턴 NVelocity.App.Events.EventCartridge

ICacheGet() 공개 메소드

public ICacheGet ( Object key ) : IntrospectionCacheData
key Object
리턴 IntrospectionCacheData

ICachePut() 공개 메소드

public ICachePut ( Object key, IntrospectionCacheData o ) : void
key Object
o IntrospectionCacheData
리턴 void

InternalContextBase() 공개 메소드

public InternalContextBase ( ) : System
리턴 System

PopCurrentTemplateName() 공개 메소드

remove the current template name from stack
public PopCurrentTemplateName ( ) : void
리턴 void

PushCurrentTemplateName() 공개 메소드

set the current template name on top of stack
public PushCurrentTemplateName ( String s ) : void
s String current template name
리턴 void