public class URLEscape extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static char[] |
hex
Deprecated.
Hex characters
|
(package private) static char |
HEX_ESCAPE
Deprecated.
Character to use for escaping invalid characters
|
(package private) static boolean[] |
isacceptable
Deprecated.
List for all ASCII characters whether it can be part of an
URL line.
|
| Constructor and Description |
|---|
URLEscape()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeurl(String str)
Deprecated.
Escape a url.
|
static void |
main(String[] args)
Deprecated.
Method for testing this class from the command line
|
static String |
unescapeurl(String str)
Deprecated.
Unescape a url.
|
static boolean[] isacceptable
static char[] hex
static char HEX_ESCAPE
public static String escapeurl(String str)
str - the urls to escapepublic static String unescapeurl(String str)
str - the urls to unescapepublic static void main(String[] args)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}