Class CookieMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.lang.AbstractAttributeMap<Object>
org.apache.myfaces.context.servlet.CookieMap
HttpServletRequest Cookies as Map.
- Version:
- $Revision$ $Date$
- Author:
- Dimitry D'hondt, Anton Koinov
-
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> -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsValue
(Object findValue) protected Object
getAttribute
(String key) protected Enumeration<String>
boolean
isEmpty()
void
protected void
removeAttribute
(String key) protected void
setAttribute
(String key, Object value) int
size()
Methods inherited from class org.apache.myfaces.util.lang.AbstractAttributeMap
containsKey, entrySet, get, keySet, put, remove, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
clear
public void clear() -
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classAbstractAttributeMap<Object>
-
isEmpty
public boolean isEmpty() -
size
public int size() -
putAll
-
getAttribute
- Specified by:
getAttribute
in classAbstractAttributeMap<Object>
-
setAttribute
- Specified by:
setAttribute
in classAbstractAttributeMap<Object>
-
removeAttribute
- Specified by:
removeAttribute
in classAbstractAttributeMap<Object>
-
getAttributeNames
- Specified by:
getAttributeNames
in classAbstractAttributeMap<Object>
-