|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.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
The collection of view tools in this toolbox. |
| Fields inherited from class org.apache.velocity.VelocityContext |
|
| Fields inherited from class org.apache.velocity.context.AbstractContext |
|
| Constructor Summary | |
ToolboxContext(java.util.Map tb)
Default constructor. |
|
| Method Summary | |
java.lang.Object |
internalGet(java.lang.String key)
Get value for key. |
java.lang.Object |
internalPut(java.lang.String key,
java.lang.Object value)
Does nothing. |
| Methods inherited from class org.apache.velocity.VelocityContext |
clone, internalContainsKey, 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.lang.Object internalGet(java.lang.String key)
internalGet in class org.apache.velocity.VelocityContext
public java.lang.Object internalPut(java.lang.String key,
java.lang.Object value)
null always.
internalPut in class org.apache.velocity.VelocityContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||