Package com.sun.faces.context
Class RequestParameterMap
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) entrySet()booleanprotected StringIf view root is instance of naming container, return its container client id, suffixed with separator character.inthashCode()keySet()voidprotected booleanprotected booleanremoveValue(Object value) values()Methods inherited from class java.util.AbstractMapclone, containsValue, isEmpty, put, size, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
RequestParameterMappublic RequestParameterMap(jakarta.servlet.ServletRequest request) 
 
- 
- 
Method Details- 
get
- 
entrySet
- 
keySet
- 
getNamingContainerPrefixIf 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:
- containsKeyin interface- Map<String,- String> 
- Overrides:
- containsKeyin class- AbstractMap<String,- String> 
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getEntryIterator
- 
getKeyIterator
- 
getValueIterator
- 
clearpublic void clear()
- 
putAll
- 
remove
- 
removeKey
- 
removeValue
 
-