org.springframework.webflow.context.servlet
Class HttpServletRequestParameterMap
java.lang.Object
org.springframework.binding.collection.StringKeyedMapAdapter
org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
- All Implemented Interfaces:
- java.util.Map
public class HttpServletRequestParameterMap
- extends org.springframework.binding.collection.StringKeyedMapAdapter
Map backed by the Servlet HTTP request parameter map for accessing request parameters. Also provides support for
multi-part requests, providing transparent access to the request "fileMap" as a request parameter entry.
- Author:
- Keith Donald
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Constructor Summary |
HttpServletRequestParameterMap(javax.servlet.http.HttpServletRequest request)
Create a new map wrapping the parameters of given request. |
Methods inherited from class org.springframework.binding.collection.StringKeyedMapAdapter |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
HttpServletRequestParameterMap
public HttpServletRequestParameterMap(javax.servlet.http.HttpServletRequest request)
- Create a new map wrapping the parameters of given request.
getAttribute
protected java.lang.Object getAttribute(java.lang.String key)
- Specified by:
getAttribute
in class org.springframework.binding.collection.StringKeyedMapAdapter
setAttribute
protected void setAttribute(java.lang.String key,
java.lang.Object value)
- Specified by:
setAttribute
in class org.springframework.binding.collection.StringKeyedMapAdapter
removeAttribute
protected void removeAttribute(java.lang.String key)
- Specified by:
removeAttribute
in class org.springframework.binding.collection.StringKeyedMapAdapter
getAttributeNames
protected java.util.Iterator getAttributeNames()
- Specified by:
getAttributeNames
in class org.springframework.binding.collection.StringKeyedMapAdapter
Copyright © 2004-2007. All Rights Reserved.