Class AttributeMap

java.lang.Object
java.util.AbstractMap<String,Object>
org.apache.struts2.dispatcher.AttributeMap
All Implemented Interfaces:
Map<String,Object>

public class AttributeMap extends AbstractMap<String,Object>
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.