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, remove
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
public HttpServletRequestParamMap(javax.servlet.http.HttpServletRequest request)
protected java.lang.Object getAttribute(java.lang.String key)
StringKeyedMapAdapter
getAttribute
in class StringKeyedMapAdapter
protected void setAttribute(java.lang.String key, java.lang.Object value)
StringKeyedMapAdapter
setAttribute
in class StringKeyedMapAdapter
protected void removeAttribute(java.lang.String key)
StringKeyedMapAdapter
removeAttribute
in class StringKeyedMapAdapter
protected java.util.Iterator<java.lang.String> getAttributeNames()
StringKeyedMapAdapter
getAttributeNames
in class StringKeyedMapAdapter
Copyright © 2003-present Jodd Team