-
-
Constructor Summary
Constructors
-
Method Summary
void
boolean
boolean
If view root is instance of naming container, return its container client id, suffixed with separator character.
int
void
protected boolean
protected boolean
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
-
-
entrySet
- Specified by:
entrySet in interface Map<String,String>
-
-
getNamingContainerPrefix
protected String 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.
-
-
-
-
-
-
-
-
-
-
-
removeKey
protected boolean removeKey(Object key)
-
removeValue
protected boolean removeValue(Object value)