Class HttpServletRequestMap
java.lang.Object
org.springframework.binding.collection.StringKeyedMapAdapter<Object>
org.springframework.webflow.context.servlet.HttpServletRequestMap
public class HttpServletRequestMap
extends org.springframework.binding.collection.StringKeyedMapAdapter<Object>
Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
- Author:
- Keith Donald
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServletRequestMap(jakarta.servlet.http.HttpServletRequest request) Create a new map wrapping the attributes 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
-
HttpServletRequestMap
public HttpServletRequestMap(jakarta.servlet.http.HttpServletRequest request) Create a new map wrapping the attributes 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>
-