|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.URLEscape
Escapes and Unescapes undesirable characters using % (URLEncoding)
| Constructor Summary | |
URLEscape()
|
|
| Method Summary | |
static java.lang.String |
escapeurl(java.lang.String str)
Escape a url. |
static void |
main(java.lang.String[] args)
Method for testing this class from the command line |
static java.lang.String |
unescapeurl(java.lang.String str)
Unescape a url. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public URLEscape()
| Method Detail |
public static java.lang.String escapeurl(java.lang.String str)
url - the urls to escapepublic static java.lang.String unescapeurl(java.lang.String str)
url - the urls to unescapepublic static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||