Package com.sun.faces.context
Class RequestCookieMap
public class RequestCookieMap extends AbstractMap<String,V>
- See Also:
ExternalContext.getRequestCookieMap()
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
Constructors Constructor Description RequestCookieMap(jakarta.servlet.http.HttpServletRequest newRequest) -
Method Summary
Modifier and Type Method Description voidclear()Set<Map.Entry<String,Object>>entrySet()booleanequals(Object obj)Objectget(Object key)protected Iterator<Map.Entry<String,Object>>getEntryIterator()protected Iterator<String>getKeyIterator()protected Iterator<Object>getValueIterator()inthashCode()Set<String>keySet()voidputAll(Map t)Objectremove(Object key)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<Object>values()Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, isEmpty, put, size, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RequestCookieMap
public RequestCookieMap(jakarta.servlet.http.HttpServletRequest newRequest)
-
-
Method Details
-
get
-
entrySet
-
keySet
-
values
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-