| Package | Description |
|---|---|
| at.molindo.utils.tools |
| Modifier and Type | Method and Description |
|---|---|
static URLCoder |
URLCoder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static URLCoder[] |
URLCoder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
UrlBuilder.decode(URLCoder decoder,
String s) |
static List<String> |
UrlBuilder.decodeAll(URLCoder decoder,
List<String> list) |
static String |
UrlBuilder.encode(URLCoder encoder,
String s) |
static List<String> |
UrlBuilder.encodeAll(URLCoder encoder,
List<String> list) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.