|
Drools :: Eclipse :: Webdav for Guvnor tools 6.0.0.Alpha7 | |||||||||
| 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
transport
public 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)
|
Drools :: Eclipse :: Webdav for Guvnor tools 6.0.0.Alpha7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||