public class HttpServletRequestParamMap extends StringKeyedMapAdapter
| Constructor and Description |
|---|
HttpServletRequestParamMap(javax.servlet.http.HttpServletRequest request)
Create a new map wrapping the attributes of given request.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String key)
Hooks method that needs to be implemented by concrete subclasses.
|
protected java.util.Iterator<java.lang.String> |
getAttributeNames()
Hook method that needs to be implemented by concrete subclasses.
|
protected void |
removeAttribute(java.lang.String key)
Hooks method that needs to be implemented by concrete subclasses.
|
protected void |
setAttribute(java.lang.String key,
java.lang.Object value)
Hooks method that needs to be implemented by concrete subclasses.
|
clear, entrySet, get, put, removeclone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuespublic HttpServletRequestParamMap(javax.servlet.http.HttpServletRequest request)
protected java.lang.Object getAttribute(java.lang.String key)
StringKeyedMapAdaptergetAttribute in class StringKeyedMapAdapterprotected void setAttribute(java.lang.String key,
java.lang.Object value)
StringKeyedMapAdaptersetAttribute in class StringKeyedMapAdapterprotected void removeAttribute(java.lang.String key)
StringKeyedMapAdapterremoveAttribute in class StringKeyedMapAdapterprotected java.util.Iterator<java.lang.String> getAttributeNames()
StringKeyedMapAdaptergetAttributeNames in class StringKeyedMapAdapterCopyright © 2003-present Jodd Team