org.mmbase.bridge.jsp.taglib.util
Class StandaloneContextContainer
java.lang.Object
java.util.AbstractMap
org.mmbase.bridge.jsp.taglib.util.ContextContainer
org.mmbase.bridge.jsp.taglib.util.StandaloneContextContainer
- All Implemented Interfaces:
- Map
- Direct Known Subclasses:
- ContextCollector
- public class StandaloneContextContainer
- extends ContextContainer
This ContextContainer provides its own 'backing', it is used as 'subcontext' in other contextes.
- Since:
- MMBase-1.8
- Version:
- $Id: StandaloneContextContainer.java,v 1.11 2005/06/22 19:24:40 michiel Exp $
- Author:
- Michiel Meeuwissen
|
Field Summary |
protected BasicBacking |
backing
A simple map, which besides to itself also registers to page-context. |
| Fields inherited from class org.mmbase.bridge.jsp.taglib.util.ContextContainer |
LOCATION_APPLICATION, LOCATION_ATTRIBUTES, LOCATION_COOKIE, LOCATION_MULTIPART, LOCATION_NOTSET, LOCATION_PAGE, LOCATION_PARAMETERS, LOCATION_PARENT, LOCATION_REQUEST, LOCATION_SESSION, LOCATION_THIS, parent |
| Methods inherited from class org.mmbase.bridge.jsp.taglib.util.ContextContainer |
containsKey, containsKey, containsKey, entrySet, find, find, findAndRegister, findAndRegister, findAndRegister, findAndRegister, findAndRegister, findAndRegisterString, findAndRegisterString, fixEncoding, fixEncoding, get, get, get, getId, getObject, getPair, getParent, isPresent, isRegistered, keySet, locationToString, put, put, register, register, register, register, registerNode, reregister, setJspVar, setParent, simpleGet, stringToLocation, toString, unRegister, unRegister |
backing
protected BasicBacking backing
- A simple map, which besides to itself also registers to page-context.
StandaloneContextContainer
public StandaloneContextContainer(PageContext pc,
String i,
ContextContainer p)
- Since a ContextContainer can contain other ContextContainer, it
has to know which ContextContainer contains this. And it also
has an id.
getBacking
protected Backing getBacking()
- Description copied from class:
ContextContainer
- Returns the Map which will is used for actually storing stuff.
- Specified by:
getBacking in class ContextContainer
release
public void release(PageContext pc,
ContextContainer p)
- Overrides:
release in class ContextContainer
checkJspVar
protected boolean checkJspVar(String jspvar,
String id)
MMBase build 1.8.1.20060716