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 SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractMapcloneMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Field Details- 
UNSUPPORTED- See Also:
 
 
- 
- 
Constructor Details- 
AttributeMap
 
- 
- 
Method Details- 
isEmptypublic boolean isEmpty()
- 
clearpublic void clear()
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- Object> 
- Overrides:
- containsKeyin class- AbstractMap<String,- Object> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- Object> 
- Overrides:
- containsValuein class- AbstractMap<String,- Object> 
 
- 
entrySet
- 
get
- 
keySet
- 
put
- 
putAll
- 
remove
- 
sizepublic int size()
- 
values
- 
toString- Overrides:
- toStringin class- AbstractMap<String,- Object> 
 
- 
equals
- 
hashCodepublic int hashCode()
 
-