public interface QueryParamsHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
String value)
This method helps to update the query param
|
String |
getParameter(String name)
Returns the value of a query param with given name.
|
Set<String> |
getParameterNames()
Returns a set of all query param names present in the request query string.
|
String getParameter(String name)
name - a String specifying the name of the parameterString associated with the nameSet<String> getParameterNames()
Copyright © 2019. All rights reserved.