| Package | Description |
|---|---|
| com.helger.commons.url |
| Modifier and Type | Method and Description |
|---|---|
SimpleURL |
SimpleURL.add(Map.Entry<String,String> aEntry) |
SimpleURL |
SimpleURL.add(String sName)
Add a parameter without a value
|
SimpleURL |
SimpleURL.add(String sName,
BigInteger aValue) |
SimpleURL |
SimpleURL.add(String sName,
boolean bValue) |
SimpleURL |
SimpleURL.add(String sName,
int nValue) |
SimpleURL |
SimpleURL.add(String sName,
long nValue) |
SimpleURL |
SimpleURL.add(String sName,
String sValue) |
SimpleURL |
SimpleURL.add(URLParameter aParam) |
SimpleURL |
SimpleURL.addAll(Iterable<? extends URLParameter> aParams) |
SimpleURL |
SimpleURL.addAll(Map<String,String> aParams) |
SimpleURL |
SimpleURL.addIf(String sName,
String sValue,
Predicate<String> aFilter)
Add the parameter of the passed value predicate evaluates to true.
|
SimpleURL |
SimpleURL.addIfNotNull(String sName,
String sValue)
Add the parameter of the passed value if it is not null.
|
SimpleURL |
SimpleURL.getClone() |
SimpleURL |
SimpleURL.remove(String sName)
Remove all parameters with the given name.
|
SimpleURL |
SimpleURL.remove(String sName,
String sValue)
Remove all parameter with the given name.
|
SimpleURL |
SimpleURL.setAnchor(String sAnchor) |
Copyright © 2014–2017 Philip Helger. All rights reserved.