| |
|
| java.lang.Object com.opensymphony.webwork.util.AttributeMap
AttributeMap | public class AttributeMap implements Map(Code) | | 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.
author: plightbo |
AttributeMap | public AttributeMap(Map context)(Code) | | |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|