Package com.sun.faces.context
Class RequestParameterMap
public class RequestParameterMap extends AbstractMap<String,V>
- See Also:
ExternalContext.getRequestParameterMap()
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Constructor Summary
Constructors Constructor Description RequestParameterMap(jakarta.servlet.ServletRequest request)
-
Method Summary
Modifier and Type Method 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)
String
remove(Object key)
protected boolean
removeKey(Object key)
protected boolean
removeValue(Object value)
Collection<String>
values()
Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, put, size, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RequestParameterMap
public RequestParameterMap(jakarta.servlet.ServletRequest request)
-
-
Method Details
-
get
-
entrySet
-
keySet
-
getNamingContainerPrefix
If view root is instance of naming container, return its container client id, suffixed with separator character.- Returns:
- The naming container prefix, or an empty string if the view root is not an instance of naming container.
-
values
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,String>
- Overrides:
containsKey
in classAbstractMap<String,String>
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-