| Package | Description |
|---|---|
| com.phloc.commons.url |
| Modifier and Type | Method and Description |
|---|---|
SimpleURL |
SimpleURL.add(String sKey)
Add a parameter without a value
|
SimpleURL |
SimpleURL.add(String sKey,
BigInteger aValue) |
SimpleURL |
SimpleURL.add(String sKey,
int nValue) |
SimpleURL |
SimpleURL.add(String sKey,
long nValue) |
SimpleURL |
SimpleURL.add(String sKey,
String sValue) |
SimpleURL |
SimpleURL.addAll(Map<String,String> aParams) |
SimpleURL |
SimpleURL.addIfNonNull(String sKey,
String sValue) |
SimpleURL |
SimpleURL.getClone() |
SimpleURL |
SimpleURL.remove(String sKey)
Remove the parameter with the given key.
|
SimpleURL |
SimpleURL.setAnchor(String sAnchor) |
Copyright © 2006–2015 phloc systems. All rights reserved.