Class RequestAttributeMap
java.lang.Object
com.aspectran.web.activity.request.RequestAttributeMap
Wrapper class for getting attributes from HttpServletRequest().
Created: 2018. 9. 15.
- Since:
- 5.2.0
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
jakarta.servlet.ServletRequest
boolean
isEmpty()
keySet()
void
void
setRequest
(jakarta.servlet.ServletRequest request) int
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
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RequestAttributeMap
public RequestAttributeMap(jakarta.servlet.ServletRequest request)
-
-
Method Details
-
getRequest
public jakarta.servlet.ServletRequest getRequest() -
setRequest
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-