public abstract class AttributesMap extends StringKeysMap<Object>
It is mainly used to implement sessionScope and requestScope in EL.
StringKeysMap.EntryIterAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AttributesMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
isEmpty() |
Object |
put(String key,
Object val) |
Object |
remove(Object key) |
int |
size() |
containsKey, get, getKeys, getValue, removeValue, setValueclear, clone, containsValue, equals, hashCode, keySet, putAll, toString, valuesCopyright © 2016. All rights reserved.