org.springframework.webflow.context.portlet
Class PortletRequestMap
java.lang.Object
org.springframework.binding.collection.StringKeyedMapAdapter
org.springframework.webflow.context.portlet.PortletRequestMap
- All Implemented Interfaces:
- Map
public class PortletRequestMap
- extends StringKeyedMapAdapter
Map backed by the Portlet request attribute map for accessing request local attributes.
- Author:
- Keith Donald, Scott Andrews
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Constructor Summary |
PortletRequestMap(javax.portlet.PortletRequest request)
Create a new map wrapping the attributes of given request. |
Methods inherited from class org.springframework.binding.collection.StringKeyedMapAdapter |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
PortletRequestMap
public PortletRequestMap(javax.portlet.PortletRequest request)
- Create a new map wrapping the attributes of given request.