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

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DURLDataSource.java134 public URL getURL() { method in class:URLDataSource
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidationEventLocator.java52 public java.net.URL getURL(); method in interface:ValidationEventLocator
/openjdk7/jdk/src/share/classes/sun/misc/
H A DResource.java55 public abstract URL getURL(); method in class:Resource
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java168 public URL getURL() { method in class:EndpointAddress
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DProxyTest.java138 public String getURL() { method in class:ProxyTest.HttpProxyServer
194 if (!testURL.equals(server.getURL())) {
195 throw new RuntimeException(server.getURL() + " != " + testURL);
/openjdk7/jdk/src/share/classes/sun/net/
H A DProgressEvent.java66 public URL getURL() method in class:ProgressEvent
H A DProgressSource.java100 public URL getURL() { method in class:ProgressSource
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DHyperlinkEvent.java154 public URL getURL() { method in class:HyperlinkEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java64 url = vel.getURL();
81 public URL getURL() { method in class:LocatorEx.Snapshot
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java91 URL getURL(); method in interface:SDDocument
/openjdk7/jaxws/src/share/jaxws_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(),
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLDocument.java83 public String getURL(); method in interface:HTMLDocument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java222 public URL getURL() { method in class:SDDocumentImpl
380 URL ref = new URL(getURL(), systemId);
/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java760 java.net.URL getURL(int parameterIndex) throws SQLException; method in interface:CallableStatement
775 * @see #getURL
1762 java.net.URL getURL(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2773 java.net.URL getURL(int columnIndex) throws SQLException; method in interface:ResultSet
2791 java.net.URL getURL(String columnLabel) throws SQLException; method in interface:ResultSet
H A DDatabaseMetaData.java103 String getURL() throws SQLException; method in interface:DatabaseMetaData
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java176 * <code>getURL</code> method.
181 * @see java.net.URLConnection#getURL()
479 public URL getURL() { method in class:URLConnection
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java363 public URL getURL() { method in class:HttpsURLConnectionOldImpl
364 return delegate.getURL();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java393 public URL getURL() { method in class:HttpsURLConnectionImpl
394 return delegate.getURL();
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java4061 * Provide interface coverage for getURL(int) in ResultSet->RowSet
4063 public java.net.URL getURL(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
4064 return crsInternal.getURL(columnIndex);
4068 * Provide interface coverage for getURL(String) in ResultSet->RowSet
4070 public java.net.URL getURL(String columnName) throws SQLException { method in class:JoinRowSetImpl
4071 return crsInternal.getURL(columnName);
H A DJdbcRowSetImpl.java3711 * Provide interface coverage for getURL(int) in ResultSet->RowSet
3713 public java.net.URL getURL(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
3715 return rs.getURL(columnIndex);
3719 * Provide interface coverage for getURL(String) in ResultSet->RowSet
3721 public java.net.URL getURL(String columnName) throws SQLException { method in class:JdbcRowSetImpl
3722 return getURL(findColumn(columnName));
H A DCachedRowSetImpl.java6743 * @see #getURL(String)
6745 public java.net.URL getURL(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
6783 * @see #getURL(int)
6785 public java.net.URL getURL(String columnName) throws SQLException { method in class:CachedRowSetImpl
6786 return getURL(getColIdxByName(columnName));
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java268 private String url = null; // URL of context; see getURL()
1733 String getURL() { method in class:LdapCtx
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4441 * @see #getURL(String)
4443 public java.net.URL getURL(int columnIndex) throws SQLException { method in class:SyncResolverImpl
4459 * @see #getURL(int)
4461 public java.net.URL getURL(String columnName) throws SQLException { method in class:SyncResolverImpl
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java1087 static URL getURL(URL base, String cssString) { method in class:CSS
2602 URL url = CSS.getURL(base, svalue);

Completed in 253 milliseconds