Searched refs:getURL (Results 1 - 25 of 66) sorted by relevance

123

/openjdk9/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/
H A DValidationEventLocator.java54 public java.net.URL getURL(); method in interface:ValidationEventLocator
/openjdk9/jdk/test/java/net/URLConnection/contentHandler/COM/foo/content/text/
H A Dplain.java70 sb.append("[Content of " + uc.getURL() + "]\n\n");
91 return "Problem reading document: " + uc.getURL();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java66 url = vel.getURL();
83 public URL getURL() { method in class:LocatorEx.Snapshot
/openjdk9/jaxws/src/java.activation/share/classes/javax/activation/
H A DURLDataSource.java134 public URL getURL() { method in class:URLDataSource
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLDocument.java85 public String getURL(); method in interface:HTMLDocument
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/util/
H A DValidationEventLocatorExImpl.java58 buf.append(getURL());
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DProgressEvent.java66 public URL getURL() method in class:ProgressEvent
H A DProgressMonitor.java129 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected());
166 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected());
198 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected());
H A DProgressSource.java100 public URL getURL() { method in class:ProgressSource
/openjdk9/jdk/test/sun/net/www/http/HttpClient/
H A DProxyTest.java138 public String getURL() { method in class:ProxyTest.HttpProxyServer
204 if (!testURL.equals(server.getURL())) {
205 throw new RuntimeException(server.getURL() + " != " + testURL);
/openjdk9/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java163 * @see javax.xml.bind.ValidationEventLocator#getURL()
165 public URL getURL() { method in class:ValidationEventLocatorImpl
268 getURL(),
H A DDefaultValidationEventHandler.java111 URL url = locator.getURL();
/openjdk9/jdk/test/java/net/CookieHandler/
H A DLocalHostCookie.java63 cookieHandler.put(urlConnection.getURL().toURI(),
66 cookieHandler.get(urlConnection.getURL().toURI(),
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DMetadataUtil.java63 SDDocument old = closureDocs.put(currentDoc.getURL().toExternalForm(), currentDoc);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java91 URL getURL(); method in interface:SDDocument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DURLReader.java98 public URL getURL() { method in class:URLReader
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java114 LOGGER.log(Level.FINE, "Current = {0} resolved relative={1}", new Object[]{current.getURL(), referenced.getURL()});
115 return referenced.getURL().toExternalForm();
130 Source source = new StreamSource(bab.newInputStream(), null); //doc.getURL().toExternalForm());
154 docs.put(doc.getURL().toExternalForm(), doc);
253 return doc.getURL().toExternalForm();
273 return doc.getURL().toExternalForm();
348 addSchemaFragmentSource(dom, sdoc.getURL().toExternalForm(), inlinedSchemas);
350 updateMultiSchemaForTns(((SDDocument.Schema)sdoc).getTargetNamespace(), sdoc.getURL().toExternalForm(), multiSchemaForTns);
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DURLImageSource.java84 this(uc.getURL(), uc);
129 URL u = c.getURL();
/openjdk9/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksHelp.java98 linkActivated(e.getURL());
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DServiceDefinitionImpl.java84 bySystemId.put(doc.getURL().toExternalForm(),doc);
112 * Gets the {@link SDDocumentImpl} whose {@link SDDocumentImpl#getURL()}
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/event/
H A DHyperlinkEvent.java157 public URL getURL() { method in class:HyperlinkEvent
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DFrameView.java320 c.setPage(e.getURL());
336 c.setPage(e.getURL());
345 e.getURL(),
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DApplySpecialization.java124 super(massageURL(fn.getSource().getURL()) + '.' + fn.getName() + " => " + message, null, false, false);
341 massageURL(functionNode.getSource().getURL()));
371 massageURL(newFunctionNode.getSource().getURL()),
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/loader/
H A DResource.java55 public abstract URL getURL(); method in class:Resource
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java184 public URL getURL() { method in class:EndpointAddress

Completed in 393 milliseconds

123