Class HttpServletRequestParameterMap
java.lang.Object
org.springframework.binding.collection.StringKeyedMapAdapter<Object>
org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
public class HttpServletRequestParameterMap
extends org.springframework.binding.collection.StringKeyedMapAdapter<Object>
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 Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServletRequestParameterMap(jakarta.servlet.http.HttpServletRequest request) Create a new map wrapping the parameters of given request. -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetAttribute(String key) protected voidremoveAttribute(String key) protected voidsetAttribute(String key, Object value) Methods inherited from class org.springframework.binding.collection.StringKeyedMapAdapter
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
HttpServletRequestParameterMap
public HttpServletRequestParameterMap(jakarta.servlet.http.HttpServletRequest request) Create a new map wrapping the parameters of given request.
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein classorg.springframework.binding.collection.StringKeyedMapAdapter<Object>
-
setAttribute
- Specified by:
setAttributein classorg.springframework.binding.collection.StringKeyedMapAdapter<Object>
-
removeAttribute
- Specified by:
removeAttributein classorg.springframework.binding.collection.StringKeyedMapAdapter<Object>
-
getAttributeNames
- Specified by:
getAttributeNamesin classorg.springframework.binding.collection.StringKeyedMapAdapter<Object>
-