Package org.apache.struts2.dispatcher
Class AttributeMap
A Map that holds 4 levels of scope.
The scopes are the ones known in the web world:
- Page scope
- Request scope
- Session scope
- Application scope
A object is searched in the order above, starting from page and ending at application scope.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clone
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
UNSUPPORTED
- See Also:
-
-
Constructor Details
-
AttributeMap
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classAbstractMap<String,
Object>
-
entrySet
-
get
-
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-
equals
-
hashCode
public int hashCode()
-