Class ServletSessionScopeMap
java.lang.Object
org.apache.commons.chain.web.servlet.ServletSessionScopeMap
- All Implemented Interfaces:
Map
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
session
private javax.servlet.http.HttpSession session -
request
private javax.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
ServletSessionScopeMap
public ServletSessionScopeMap(javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
clear
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
size
-
values
-
key
-
sessionExists
private boolean sessionExists()
-