Modifier and Type | Field and Description |
---|---|
protected Method |
attributeGetter |
protected Method |
attributeNamesGetter |
protected Method |
attributeSetter |
static String |
copyright |
static org.slf4j.Logger |
logger |
protected Object |
wrappedObject |
Modifier | Constructor and Description |
---|---|
protected |
AttributeMap(Class clazz,
Object wrappedObject) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static AttributeMap |
createAttributeMap(HttpSession session) |
static AttributeMap |
createAttributeMap(ServletContext servletContext) |
static AttributeMap |
createAttributeMap(ServletRequest request) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
protected Object |
getAttribute(String name) |
protected Enumeration |
getAttributeNames() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object o) |
void |
putAll(Map<? extends String,? extends Object> map) |
Object |
remove(Object key) |
protected void |
setAttribute(String name,
Object value) |
int |
size() |
Collection<Object> |
values() |
public static final String copyright
protected Method attributeNamesGetter
protected Method attributeGetter
protected Method attributeSetter
protected Object wrappedObject
public static final org.slf4j.Logger logger
public static AttributeMap createAttributeMap(ServletRequest request)
public static AttributeMap createAttributeMap(HttpSession session)
public static AttributeMap createAttributeMap(ServletContext servletContext)
protected Enumeration getAttributeNames()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>