public class RequestHeaderMap extends AbstractMap<String,V>
ExternalContext.getRequestHeaderMap()AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RequestHeaderMap(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object obj) |
String |
get(Object key) |
protected Iterator<Map.Entry<String,String>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected Iterator<String> |
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<String> |
values() |
clone, containsValue, isEmpty, put, size, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic RequestHeaderMap(javax.servlet.http.HttpServletRequest request)
public boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class AbstractMap<String,String>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)
Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.