NVelocity.Http.Context
Class ToolboxContext

Read-only context used to carry a set of view tools.Writes get dropped.

Constructor Summary
ToolboxContext(System.Collections.Hashtable tb)
         Default constructor.

Properties inherited from class NVelocity.Context.AbstractContext
ChainedContext, Keys

Properties inherited from class NVelocity.Context.InternalContextBase
CurrentResource, CurrentTemplateName, EventCartridge, TemplateNameStack

Method Summary
object InternalGet(string key)
         Get value for key.
object InternalPut(string key, object value_Renamed)
         Does nothing. Returns
null
always.

Methods inherited from class NVelocity.VelocityContext
Clone, InternalContainsKey, InternalGetKeys, InternalRemove

Methods inherited from class NVelocity.Context.AbstractContext
ContainsKey, Get, Put, Remove

Methods inherited from class NVelocity.Context.InternalContextBase
AttachEventCartridge, ICacheGet, ICachePut, PopCurrentTemplateName, PushCurrentTemplateName

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

ToolboxContext

public ToolboxContext(System.Collections.Hashtable tb)

Default constructor.

Method Detail

InternalGet

public object InternalGet(string key)

Get value for key.


InternalPut

public object InternalPut(string key,
                          object value_Renamed)

Does nothing. Returns

null
always.