public class HttpServletRequestMap
extends jodd.util.collection.StringKeyedMapAdapter
| Constructor and Description |
|---|
HttpServletRequestMap(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) |
protected java.util.Iterator<java.lang.String> |
getAttributeNames() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value) |
clear, entrySet, get, put, removeclone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuespublic HttpServletRequestMap(javax.servlet.http.HttpServletRequest request)
protected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class jodd.util.collection.StringKeyedMapAdapterprotected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class jodd.util.collection.StringKeyedMapAdapterprotected void removeAttribute(java.lang.String key)
removeAttribute in class jodd.util.collection.StringKeyedMapAdapterprotected java.util.Iterator<java.lang.String> getAttributeNames()
getAttributeNames in class jodd.util.collection.StringKeyedMapAdapterCopyright © 2003-2013 Jodd Team