Class CookieMap
- java.lang.Object
- 
- java.util.AbstractMap<String,V>
- 
- org.apache.myfaces.util.lang.AbstractAttributeMap<Object>
- 
- org.apache.myfaces.context.servlet.CookieMap
 
 
 
- 
 public final class CookieMap extends AbstractAttributeMap<Object> HttpServletRequest Cookies as Map.- Version:
- $Revision$ $Date$
- Author:
- Dimitry D'hondt, Anton Koinov
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsValue(Object findValue)protected ObjectgetAttribute(String key)protected Enumeration<String>getAttributeNames()booleanisEmpty()voidputAll(Map<? extends String,? extends Object> t)protected voidremoveAttribute(String key)protected voidsetAttribute(String key, Object value)intsize()- 
Methods inherited from class org.apache.myfaces.util.lang.AbstractAttributeMapcontainsKey, entrySet, get, keySet, put, remove, values
 - 
Methods inherited from class java.util.AbstractMapclone, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Method Detail- 
clearpublic void clear() 
 - 
containsValuepublic boolean containsValue(Object findValue) - Specified by:
- containsValuein interface- Map<String,Object>
- Overrides:
- containsValuein class- AbstractAttributeMap<Object>
 
 - 
isEmptypublic boolean isEmpty() 
 - 
sizepublic int size() 
 - 
getAttributeprotected Object getAttribute(String key) - Specified by:
- getAttributein class- AbstractAttributeMap<Object>
 
 - 
setAttributeprotected void setAttribute(String key, Object value) - Specified by:
- setAttributein class- AbstractAttributeMap<Object>
 
 - 
removeAttributeprotected void removeAttribute(String key) - Specified by:
- removeAttributein class- AbstractAttributeMap<Object>
 
 - 
getAttributeNamesprotected Enumeration<String> getAttributeNames() - Specified by:
- getAttributeNamesin class- AbstractAttributeMap<Object>
 
 
- 
 
-