|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URLCoder | |
|---|---|
| at.molindo.utils.tools | |
| Uses of URLCoder in at.molindo.utils.tools |
|---|
| Methods in at.molindo.utils.tools that return URLCoder | |
|---|---|
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. |
| Methods in at.molindo.utils.tools with parameters of type URLCoder | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||