public class RequestCookieMap extends AbstractMap<String,V>
ExternalContext.getRequestCookieMap()
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RequestCookieMap(javax.servlet.http.HttpServletRequest newRequest) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object obj) |
Object |
get(Object key) |
protected Iterator<Map.Entry<String,Object>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected Iterator<Object> |
getValueIterator() |
int |
hashCode() |
Set<String> |
keySet() |
void |
putAll(Map t) |
V |
remove(Object key) |
protected boolean |
removeKey(Object key) |
protected boolean |
removeValue(Object value) |
Collection<Object> |
values() |
clone, containsKey, containsValue, isEmpty, put, size, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public RequestCookieMap(javax.servlet.http.HttpServletRequest newRequest)
public boolean equals(Object obj)
public int hashCode()
public void clear()
public void putAll(Map t)
public V remove(Object key)
protected boolean removeKey(Object key)
protected boolean removeValue(Object value)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.