| Package | Description |
|---|---|
| com.helger.commons.url |
| Modifier and Type | Method and Description |
|---|---|
URLParameterList |
URLParameterList.getClone() |
static URLParameterList |
URLHelper.getParsedQueryParameters(String sQueryString) |
static URLParameterList |
URLHelper.getParsedQueryParameters(String sQueryString,
IDecoder<String,String> aParameterDecoder) |
URLParameterList |
URLData.params() |
URLParameterList |
SimpleURL.params() |
URLParameterList |
ISimpleURL.params() |
URLParameterList |
URLParameterList.remove(String sName)
Remove all parameter with the given name.
|
URLParameterList |
URLParameterList.remove(String sName,
String sValue)
Remove all parameter with the given name and value.
|
| Constructor and Description |
|---|
URLData(String sPath,
URLParameterList aParams) |
URLData(String sPath,
URLParameterList aParams,
String sAnchor) |
Copyright © 2014–2019 Philip Helger. All rights reserved.