org.apache.myfaces.context.servlet
Class CookieMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractAttributeMap<Object>
org.apache.myfaces.context.servlet.CookieMap
- All Implemented Interfaces:
- Map<String,Object>
public final class CookieMap
- extends AbstractAttributeMap<Object>
HttpServletRequest Cookies as Map.
- Version:
- $Revision: 1000672 $ $Date: 2010-09-23 19:36:58 -0500 (Thu, 23 Sep 2010) $
- Author:
- Dimitry D'hondt, Anton Koinov
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
clear
public void clear()
- Specified by:
clear in interface Map<String,Object>- Overrides:
clear in class AbstractAttributeMap<Object>
containsValue
public boolean containsValue(Object findValue)
- Specified by:
containsValue in interface Map<String,Object>- Overrides:
containsValue in class AbstractAttributeMap<Object>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<String,Object>- Overrides:
isEmpty in class AbstractAttributeMap<Object>
size
public int size()
- Specified by:
size in interface Map<String,Object>- Overrides:
size in class AbstractAttributeMap<Object>
putAll
public void putAll(Map<? extends String,? extends Object> t)
- Specified by:
putAll in interface Map<String,Object>- Overrides:
putAll in class AbstractAttributeMap<Object>
getAttribute
protected Object getAttribute(String key)
- Specified by:
getAttribute in class AbstractAttributeMap<Object>
setAttribute
protected void setAttribute(String key,
Object value)
- Specified by:
setAttribute in class AbstractAttributeMap<Object>
removeAttribute
protected void removeAttribute(String key)
- Specified by:
removeAttribute in class AbstractAttributeMap<Object>
getAttributeNames
protected Enumeration<String> getAttributeNames()
- Specified by:
getAttributeNames in class AbstractAttributeMap<Object>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.