public class UrlUtil
extends java.lang.Object
Constructor and Description |
---|
UrlUtil() |
public static java.lang.String getPath(java.net.URL theURL)
URL.getPath()
does not exist in
JDK 1.2 (only for JDK 1.3+).theURL
- the URL from which to extract the pathpublic static java.lang.String getQuery(java.net.URL theURL)
URL.getQuery()
does not exist in
JDK 1.2 (only for JDK 1.3+).theURL
- the URL from which to extract the query stringCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.