C# Class NVelocity.Context.InternalContextBase

Inheritance: InternalHousekeepingContext, InternalEventContext
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
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

Method Details

AttachEventCartridge() public method

public AttachEventCartridge ( EventCartridge eventCartridge ) : EventCartridge
eventCartridge NVelocity.App.Events.EventCartridge
return NVelocity.App.Events.EventCartridge

ICacheGet() public method

public ICacheGet ( Object key ) : IntrospectionCacheData
key Object
return IntrospectionCacheData

ICachePut() public method

public ICachePut ( Object key, IntrospectionCacheData o ) : void
key Object
o IntrospectionCacheData
return void

InternalContextBase() public method

public InternalContextBase ( ) : System
return System

PopCurrentTemplateName() public method

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

PushCurrentTemplateName() public method

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