|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.util.URLUtils
Constructor Summary | |
URLUtils()
|
Method Summary | |
static boolean |
equalsProtocolHostPort(java.net.URL u1,
java.net.URL u2)
Checks that the protocol://host:port part of two URLs are equal. |
static java.net.URL |
normalize(java.net.URL u)
normalize an URL, |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public URLUtils()
Method Detail |
public static boolean equalsProtocolHostPort(java.net.URL u1, java.net.URL u2)
u1,
- the first URL to checku2,
- the second URL to checkpublic static java.net.URL normalize(java.net.URL u)
u,
- the URL to normalize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |