| |
|
| org.apache.velocity.VelocityContext org.apache.dvsl.DVSLContext
DVSLContext | class DVSLContext extends VelocityContext (Code) | | Context implementation that handles wrapping several
contexts simultaneously. The style context gets
special treatment, getting checked first.
author: Geir Magnusson Jr. |
clearContexts | public void clearContexts()(Code) | | |
clearNode | public void clearNode()(Code) | | |
internalContainsKey | public boolean internalContainsKey(Object key)(Code) | | determines if there is a value for the
given key
Parameters: key - name of value to check true if non-null value in store |
internalGet | public Object internalGet(String key)(Code) | | retrieves value for key from internal
storage
Parameters: key - name of value to get value as object |
internalGetKeys | public Object[] internalGetKeys()(Code) | | returns array of keys
$$$ GMJ todo
keys as [] |
internalPut | public Object internalPut(String key, Object value)(Code) | | stores the value for key to internal
storage
Parameters: key - name of value to store Parameters: value - value to store previous value of key as Object |
internalRemove | public Object internalRemove(Object key)(Code) | | remove a key/value pair from the
internal storage
Parameters: key - name of value to remove value removed |
|
|
|