org.apache.myfaces.context.servlet
public class CookieMap extends AbstractAttributeMap
Version: $Revision: 278654 $ $Date: 2005-09-05 02:32:35 +0200 (Mon, 05 Sep 2005) $
Method Summary | |
---|---|
void | clear() |
boolean | containsKey(Object key) |
boolean | containsValue(Object findValue) |
protected Object | getAttribute(String key) |
protected Enumeration | getAttributeNames() |
boolean | isEmpty() |
void | putAll(Map t) |
protected void | removeAttribute(String key) |
protected void | setAttribute(String key, Object value) |
int | size() |