public class Parameters extends org.springframework.util.LinkedMultiValueMap<String,String>
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
Parameters |
getUniqueParameters(URI uri)
Returns a new
Parameters containing only the parameters that do no appear
in the query string of the given uri . |
String |
toQueryString()
Converts the parameters to a query string suitable for use in a URI or the body of
a form-encoded request.
|
add, clear, clone, containsKey, containsValue, deepCopy, entrySet, equals, get, getFirst, hashCode, isEmpty, keySet, put, putAll, remove, set, setAll, size, toSingleValueMap, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String toQueryString()
public Parameters getUniqueParameters(URI uri)
Parameters
containing only the parameters that do no appear
in the query string of the given uri
.uri
- the uri