Package io.undertow.util
Class QueryParameterUtils
java.lang.Object
io.undertow.util.QueryParameterUtils
Methods for dealing with the query string
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildQueryString(Map<String, Deque<String>> params) static Stringstatic StringgetQueryParamEncoding(HttpServerExchange exchange) mergeQueryParametersWithNewQueryString(Map<String, Deque<String>> queryParameters, String newQueryString) Deprecated, for removal: This API element is subject to removal in a future version.mergeQueryParametersWithNewQueryString(Map<String, Deque<String>> queryParameters, String newQueryString, String encoding) Deprecated, for removal: This API element is subject to removal in a future version.parseQueryString(String newQueryString) Deprecated.parseQueryString(String newQueryString, String encoding) Parses a query string into a map
-
Method Details
-
buildQueryString
-
buildQueryString
-
parseQueryString
Deprecated.Parses a query string into a map- Parameters:
newQueryString- The query string- Returns:
- The map of key value parameters
-
parseQueryString
Parses a query string into a map- Parameters:
newQueryString- The query string- Returns:
- The map of key value parameters
-
mergeQueryParametersWithNewQueryString
@Deprecated(forRemoval=true) public static Map<String,Deque<String>> mergeQueryParametersWithNewQueryString(Map<String, Deque<String>> queryParameters, String newQueryString) Deprecated, for removal: This API element is subject to removal in a future version. -
mergeQueryParametersWithNewQueryString
@Deprecated(forRemoval=true) public static Map<String,Deque<String>> mergeQueryParametersWithNewQueryString(Map<String, Deque<String>> queryParameters, String newQueryString, String encoding) Deprecated, for removal: This API element is subject to removal in a future version. -
mergeQueryParameters
-
getQueryParamEncoding
-