|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.context.InternalContextBase
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
org.apache.velocity.tools.view.context.ToolboxContext
Read-only context used to carry a set of view tools.
Writes get dropped.
Field Summary | |
private java.util.Map |
toolbox
Deprecated. |
Fields inherited from class org.apache.velocity.VelocityContext |
|
Fields inherited from class org.apache.velocity.context.AbstractContext |
|
Constructor Summary | |
ToolboxContext(java.util.Map tb)
Deprecated. Default constructor. |
Method Summary | |
java.util.Map |
getToolbox()
Deprecated. Return the internal toolbox map. |
java.lang.Object |
internalPut(java.lang.String key,
java.lang.Object value)
Deprecated. Does nothing. |
Methods inherited from class org.apache.velocity.VelocityContext |
clone, internalContainsKey, internalGet, internalGetKeys, internalRemove |
Methods inherited from class org.apache.velocity.context.AbstractContext |
attachEventCartridge, containsKey, get, getChainedContext, getCurrentResource, getCurrentTemplateName, getEventCartridge, getKeys, getTemplateNameStack, icacheGet, icachePut, popCurrentTemplateName, pushCurrentTemplateName, put, remove, setCurrentResource |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Map toolbox
Constructor Detail |
public ToolboxContext(java.util.Map tb)
Method Detail |
public java.util.Map getToolbox()
public java.lang.Object internalPut(java.lang.String key, java.lang.Object value)
null
always.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |