Class ServletCookieMap
java.lang.Object
org.apache.commons.chain.web.servlet.ServletCookieMap
- 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
-
request
private javax.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
ServletCookieMap
public ServletCookieMap(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
-