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 SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsValue(Object findValue) protected ObjectgetAttribute(String key) protected Enumeration<String>booleanisEmpty()voidprotected 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, valuesMethods inherited from class java.util.AbstractMapclone, equals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Method Details- 
clearpublic void clear()
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- Object> 
- Overrides:
- containsValuein class- AbstractAttributeMap<Object>
 
- 
isEmptypublic boolean isEmpty()
- 
sizepublic int size()
- 
putAll
- 
getAttribute- Specified by:
- getAttributein class- AbstractAttributeMap<Object>
 
- 
setAttribute- Specified by:
- setAttributein class- AbstractAttributeMap<Object>
 
- 
removeAttribute- Specified by:
- removeAttributein class- AbstractAttributeMap<Object>
 
- 
getAttributeNames- Specified by:
- getAttributeNamesin class- AbstractAttributeMap<Object>
 
 
-