|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractAttributeMap
RequestAttributeMap
public class RequestAttributeMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
RequestAttributeMap(ServletRequest request)
|
Method Summary | |
---|---|
protected Enumeration |
getKeysEnumeration()
|
protected Object |
getValue(Object key)
|
protected Object |
putValue(Object key,
Object value)
|
Object |
unwrap()
|
Methods inherited from class AbstractAttributeMap |
---|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Map |
---|
equals, hashCode |
Constructor Detail |
---|
public RequestAttributeMap(ServletRequest request)
Method Detail |
---|
public Object unwrap()
unwrap
in interface BindingContext
protected Object getValue(Object key)
getValue
in class AbstractAttributeMap
protected Object putValue(Object key, Object value)
putValue
in class AbstractAttributeMap
protected Enumeration getKeysEnumeration()
getKeysEnumeration
in class AbstractAttributeMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |