|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Backing
Implementation of the 'backing' of a ContextContainer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
boolean |
containsOwnKey(String 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(String key)
Get the original value as stored in this Map, so without every wrapping which may have been done. |
Map<String,Object> |
getOriginalMap()
|
PageContext |
getPageContext()
|
boolean |
isELIgnored()
|
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 |
|---|
Object getOriginal(String key)
boolean containsOwnKey(String key)
void setJspVar(PageContext pc,
String jspvar,
int type,
Object value)
void pushPageContext(PageContext pc)
void pullPageContext(PageContext pc)
pushPageContext(PageContext)PageContext getPageContext()
Map<String,Object> getOriginalMap()
boolean isELIgnored()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||