public final class URL extends Object
| Constructor and Description |
|---|
URL() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeURL(String url)
Decode a URL encoded with '%##' notation.
|
static String |
encodeURL(String url,
boolean spaceToPlus)
Encode the URL using %## notation.
|