|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jndi.toolkit.url.UrlUtil
public final class UrlUtil
Utilities for dealing with URLs.
| Method Summary | |
|---|---|
static String |
decode(String s)
Decode a URI string (according to RFC 2396). |
static String |
decode(String s,
String enc)
Decode a URI string (according to RFC 2396). |
static String |
encode(String s,
String enc)
Encode a string for inclusion in a URI (according to RFC 2396). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final String decode(String s)
throws MalformedURLException
MalformedURLException
public static final String decode(String s,
String enc)
throws MalformedURLException,
UnsupportedEncodingException
MalformedURLException
UnsupportedEncodingException
public static final String encode(String s,
String enc)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||