|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Constructor Summary | |
---|---|
InternalContextAdapterImpl(NVelocity.Context.IContext c) CTOR takes a Context and wraps it, delegating all 'data' calls to it. For support of internal contexts, it will create an InternalContextBase if need be. |
Property Summary | |
---|---|
NVelocity.Context.InternalContextAdapter | BaseContext |
NVelocity.Runtime.Resource.Resource | CurrentResource |
string | CurrentTemplateName |
NVelocity.App.Events.EventCartridge | EventCartridge |
NVelocity.Context.IContext | InternalUserContext |
object[] | Keys |
object[] | TemplateNameStack |
Method Summary | |
---|---|
NVelocity.App.Events.EventCartridge |
AttachEventCartridge(NVelocity.App.Events.EventCartridge ec) Returns the base context that we are wrapping. Here, its this, but for other thing like VM related context contortions, it can be something else |
bool | ContainsKey(object key) |
object | Get(string key) |
NVelocity.Util.Introspection.IntrospectionCacheData | ICacheGet(object key) |
void | ICachePut(object key, NVelocity.Util.Introspection.IntrospectionCacheData o) |
void | PopCurrentTemplateName() |
void | PushCurrentTemplateName(string s) |
object | Put(string key, object value_Renamed) |
object | Remove(object key) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Constructor Detail |
---|
public InternalContextAdapterImpl(NVelocity.Context.IContext c)
CTOR takes a Context and wraps it, delegating all 'data' calls to it. For support of internal contexts, it will create an InternalContextBase if need be.
Property Detail |
---|
public NVelocity.Context.InternalContextAdapter BaseContext
public NVelocity.Runtime.Resource.Resource CurrentResource
public string CurrentTemplateName
public NVelocity.App.Events.EventCartridge EventCartridge
public NVelocity.Context.IContext InternalUserContext
public object[] Keys
public object[] TemplateNameStack
Method Detail |
---|
public NVelocity.App.Events.EventCartridge AttachEventCartridge(NVelocity.App.Events.EventCartridge ec)
Returns the base context that we are wrapping. Here, its this, but for other thing like VM related context contortions, it can be something else
public bool ContainsKey(object key)
public object Get(string key)
public NVelocity.Util.Introspection.IntrospectionCacheData ICacheGet(object key)
public void ICachePut(object key, NVelocity.Util.Introspection.IntrospectionCacheData o)
public void PopCurrentTemplateName()
public void PushCurrentTemplateName(string s)
public object Put(string key, object value_Renamed)
public object Remove(object key)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |