public abstract class RequestParameterMap<V>
extends org.springframework.binding.collection.StringKeyedMapAdapter<V>
Maps allowing access to PortletContext request paramters.SingleValueRequestParameterMap,
MultiValueRequestParameterMap| Constructor and Description |
|---|
RequestParameterMap(javax.portlet.PortletRequest portletRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Iterator<java.lang.String> |
getAttributeNames() |
protected javax.portlet.PortletRequest |
getPortletRequest() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
V value) |
clear, containsKey, containsValue, entrySet, get, getAttribute, isEmpty, keySet, put, putAll, remove, size, valuespublic RequestParameterMap(javax.portlet.PortletRequest portletRequest)
protected final javax.portlet.PortletRequest getPortletRequest()
protected void setAttribute(java.lang.String key,
V value)
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<V>protected void removeAttribute(java.lang.String key)
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<V>protected java.util.Iterator<java.lang.String> getAttributeNames()
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapter<V>