public class RequestParameterMap extends AbstractMap<String,V>
ExternalContext.getRequestParameterMap()AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RequestParameterMap(javax.servlet.ServletRequest 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 String |
getNamingContainerPrefix()
If view root is instance of naming container, return its container client id, suffixed with separator character.
|
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 RequestParameterMap(javax.servlet.ServletRequest request)
protected String getNamingContainerPrefix()
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–2019 JBoss by Red Hat. All rights reserved.