|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractAttributeMap
SessionAttributeMap
public class SessionAttributeMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
SessionAttributeMap(HttpSession session)
|
Method Summary | |
---|---|
protected Enumeration |
getKeysEnumeration()
|
protected Object |
getValue(Object key)
|
protected Object |
putValue(Object key,
Object value)
|
Object |
unwrap()
|
Methods inherited from class AbstractAttributeMap |
---|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Map |
---|
equals, hashCode |
Constructor Detail |
---|
public SessionAttributeMap(HttpSession session)
Method Detail |
---|
public Object unwrap()
unwrap
in interface BindingContext
protected Object getValue(Object key)
getValue
in class AbstractAttributeMap
protected Object putValue(Object key, Object value)
putValue
in class AbstractAttributeMap
protected Enumeration getKeysEnumeration()
getKeysEnumeration
in class AbstractAttributeMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |