| Package | Description |
|---|---|
| com.helger.commons.url |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IURLParameterList.add(URLParameter aURLParam) |
boolean |
SimpleURL.add(URLParameter aParam) |
| Modifier and Type | Method and Description |
|---|---|
default IMPLTYPE |
IURLParameterList.addAll(List<? extends URLParameter> aParams) |
static String |
URLHelper.getQueryParametersAsString(List<? extends URLParameter> aQueryParams,
IEncoder<String,String> aQueryParameterEncoder)
Create a parameter string.
|
static String |
URLHelper.getURLString(String sPath,
List<? extends URLParameter> aQueryParams,
String sAnchor,
Charset aParameterCharset)
Get the final representation of the URL using the specified elements.
|
static String |
URLHelper.getURLString(String sPath,
List<? extends URLParameter> aQueryParams,
String sAnchor,
IEncoder<String,String> aQueryParameterEncoder)
Get the final representation of the URL using the specified elements.
|
| Constructor and Description |
|---|
SimpleURL(String sHref,
Charset aCharset,
Iterable<? extends URLParameter> aParams,
String sAnchor) |
SimpleURL(String sHref,
Iterable<? extends URLParameter> aParams,
String sAnchor) |
URLParameterList(List<? extends URLParameter> aOther) |
Copyright © 2014–2019 Philip Helger. All rights reserved.