Uses of Class
org.apache.tomcat.util.net.URL

Packages that use URL
org.apache.tomcat.util.net   
 

Uses of URL in org.apache.tomcat.util.net
 

Methods in org.apache.tomcat.util.net with parameters of type URL
 boolean URL.sameFile(URL other)
          Compare two URLs, excluding the "ref" fields.
 

Constructors in org.apache.tomcat.util.net with parameters of type URL
URL(URL context, java.lang.String spec)
          Create a URL object by parsing a string representation relative to a specified context.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.