Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.net.URL
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 URL url;
2 URL url = null;
3 URL absoluteURL = new URL (new URL(context), sURI);
4 URL proxy = request.getProxy();
5 URL redirect = new URL(url);
6 URL url = new URL( originalName );
7 java.net.URL configURL = this.convertToURL(configFile);
8 URL url;
9 URL url = null;
10 URL newURL = null;
11 URL url = new URL(getURLData());
12 url = new URL(parent.toString()+identifier+"/");
13 URL configFileURL = new URL(platformConfigLocation.getURL(),CONFIG_NAME);
14 URL url = null;
15 URL urlLogin = new URL(
16 if(!this.getBaseURI().toString().endsWith("/") && !uri.startsWith("/")){
17 URL url = null;
18 URL url = ContextConfig.class.getResource(Constants.J2eeSchemaResourcePath_14);
19 java.net.URL u = new java.net.URL(url);
20 java.net.URL net = new java.net.URL(spec);

Links to utility classes and functions:

1 getQueryParameters(URL url) org.eclipse.ui.intro.internal.model.IntroURLParser
2 com.aendvari.common.util.UrlUtil
3 com.opensymphony.util.UrlUtils
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.