public class PortletRequestMap
extends org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>
| Constructor and Description |
|---|
PortletRequestMap(javax.portlet.PortletRequest 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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic PortletRequestMap(javax.portlet.PortletRequest request)
protected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected void removeAttribute(java.lang.String key)
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected java.util.Iterator<java.lang.String> getAttributeNames()
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>