|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implementation of the 'backing' of a ContextContainer.
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
Map.Entry |
| Method Summary | |
boolean |
containsOwnKey(Object key)
Whether this map contains the given key, but by its own, so not because of possible reflection of another structure (like the page context). |
Object |
getOriginal(Object key)
Get the original value as stored in this Map, so without every wrapping which may have been done. |
void |
pullPageContext(PageContext pc)
|
void |
pushPageContext(PageContext pc)
When the container gets used in a different page-context (e.g. |
void |
setJspVar(PageContext pc,
String jspvar,
int type,
Object value)
|
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
public Object getOriginal(Object key)
public boolean containsOwnKey(Object key)
public void setJspVar(PageContext pc,
String jspvar,
int type,
Object value)
public void pushPageContext(PageContext pc)
public void pullPageContext(PageContext pc)
pushPageContext(PageContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||