|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.internal.utils.URLDecoder
public final class URLDecoder
Decodes a URL
from an ASCII
readable
URL
that is safe for transport.
URLEncoder
Method Summary | |
---|---|
static String |
decode(String url)
Decodes the given URL from an ASCII
readable URL that is safe for transport. |
static String |
decode(String file,
String ref)
Decodes the file and reference parts of a URL from an
ASCII readable URL that is safe for
transport. |
static URL |
decode(URL url)
Decodes the given URL from an ASCII
readable URL that is safe for transport. |
static String |
decodeSegment(String segment)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String decode(String url)
URL
from an ASCII
readable URL
that is safe for transport. Returns the
result.
URL
from an
ASCII
readable URL
that is safe for
transportpublic static String decode(String file, String ref)
URL
from an
ASCII
readable URL
that is safe for
transport. Returns the result.
URL
from an ASCII
readable
URL
that is safe for transportpublic static URL decode(URL url)
URL
from an ASCII
readable URL
that is safe for transport. Returns the
result.
URL
from an
ASCII
readable URL
that is safe for
transportpublic static String decodeSegment(String segment)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |