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: 1494189 $ $Date: 2013-06-18 11:37:46 -0500 (Tue, 18 Jun 2013) $
- 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 © 2013 The Apache Software Foundation. All Rights Reserved.