Package org.apache.struts2.dispatcher
Class HttpParameters
java.lang.Object
org.apache.struts2.dispatcher.HttpParameters
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAppends all the parameters by overriding any existing params in a case-insensitive mannervoid
clear()
boolean
boolean
containsKey
(Object key) boolean
containsValue
(Object value) static HttpParameters.Builder
create()
static HttpParameters.Builder
entrySet()
boolean
isEmpty()
keySet()
void
int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
create
-
create
-
remove
-
remove
-
contains
-
appendAll
Appends all the parameters by overriding any existing params in a case-insensitive manner- Parameters:
newParams
- A new params to append- Returns:
- a current instance of
HttpParameters
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Parameter>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Parameter>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-