|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of URL in java.io |
---|
Methods in java.io that return URL | |
---|---|
URL |
File.toURL()
|
Uses of URL in java.lang |
---|
Methods in java.lang that return URL | |
---|---|
protected URL |
ClassLoader.findResource(String var0)
|
URL |
ClassLoader.getResource(String var0)
|
URL |
Class.getResource(String var0)
|
static URL |
ClassLoader.getSystemResource(String var0)
|
Methods in java.lang with parameters of type URL | |
---|---|
protected Package |
ClassLoader.definePackage(String var0,
String var1,
String var2,
String var3,
String var4,
String var5,
String var6,
URL var7)
|
boolean |
Package.isSealed(URL var0)
|
Uses of URL in java.net |
---|
Fields in java.net declared as URL | |
---|---|
protected URL |
URLConnection.url
|
Methods in java.net that return URL | |
---|---|
URL |
URLClassLoader.findResource(String var0)
|
URL |
JarURLConnection.getJarFileURL()
|
URL |
URLConnection.getURL()
|
URL[] |
URLClassLoader.getURLs()
|
Methods in java.net with parameters of type URL | |
---|---|
protected void |
URLClassLoader.addURL(URL var0)
|
protected Package |
URLClassLoader.definePackage(String var0,
Manifest var1,
URL var2)
|
protected boolean |
URLStreamHandler.equals(URL var0,
URL var1)
|
protected InetAddress |
URLStreamHandler.getHostAddress(URL var0)
|
protected int |
URLStreamHandler.hashCode(URL var0)
|
protected boolean |
URLStreamHandler.hostsEqual(URL var0,
URL var1)
|
static URLClassLoader |
URLClassLoader.newInstance(URL[] var0)
|
static URLClassLoader |
URLClassLoader.newInstance(URL[] var0,
ClassLoader var1)
|
protected abstract URLConnection |
URLStreamHandler.openConnection(URL var0)
|
protected void |
URLStreamHandler.parseURL(URL var0,
String var1,
int var2,
int var3)
|
boolean |
URL.sameFile(URL var0)
|
protected boolean |
URLStreamHandler.sameFile(URL var0,
URL var1)
|
protected void |
URLStreamHandler.setURL(URL var0,
String var1,
String var2,
int var3,
String var4,
String var5,
String var6,
String var7,
String var8)
|
protected String |
URLStreamHandler.toExternalForm(URL var0)
|
Constructors in java.net with parameters of type URL | |
---|---|
HttpURLConnection(URL var0)
|
|
JarURLConnection(URL var0)
|
|
URL(URL var0,
String var1)
|
|
URL(URL var0,
String var1,
URLStreamHandler var2)
|
|
URLClassLoader(URL[] var0)
|
|
URLClassLoader(URL[] var0,
ClassLoader var1)
|
|
URLClassLoader(URL[] var0,
ClassLoader var1,
URLStreamHandlerFactory var2)
|
|
URLConnection(URL var0)
|
Uses of URL in java.security |
---|
Methods in java.security that return URL | |
---|---|
URL |
CodeSource.getLocation()
|
Constructors in java.security with parameters of type URL | |
---|---|
CodeSource(URL var0,
Certificate[] var1)
|
Uses of URL in javax.servlet |
---|
Methods in javax.servlet that return URL | |
---|---|
URL |
ServletContext.getResource(String path)
Returns a URL to the resource that is mapped to a specified path. |
Uses of URL in org.apache.felix.dm |
---|
Methods in org.apache.felix.dm with parameters of type URL | |
---|---|
void |
ResourceHandler.added(URL resource)
Invoked whenever a new resource is added. |
void |
ResourceHandler.changed(URL resource)
Invoked whenever an existing resource changes. |
static Dictionary |
ResourceUtil.createProperties(URL url)
|
void |
ResourceHandler.removed(URL resource)
Invoked whenever an existing resource is removed. |
ResourceDependency |
ResourceDependency.setResource(URL resource)
|
Uses of URL in org.apache.felix.dm.impl |
---|
Methods in org.apache.felix.dm.impl with parameters of type URL | |
---|---|
void |
AbstractDecorator.added(URL resource)
|
void |
AbstractDecorator.removed(URL resource)
|
Uses of URL in org.apache.felix.dm.impl.dependencies |
---|
Methods in org.apache.felix.dm.impl.dependencies that return URL | |
---|---|
URL |
ResourceDependencyImpl.getResource()
|
Methods in org.apache.felix.dm.impl.dependencies with parameters of type URL | |
---|---|
void |
ResourceDependencyImpl.added(URL resource)
|
void |
ResourceDependencyImpl.changed(URL resource)
|
void |
ResourceDependencyImpl.invokeAdded(DependencyService ds,
URL serviceInstance)
|
void |
ResourceDependencyImpl.invokeChanged(DependencyService ds,
URL serviceInstance)
|
void |
ResourceDependencyImpl.invokeRemoved(DependencyService ds,
URL serviceInstance)
|
void |
ResourceDependencyImpl.removed(URL resource)
|
ResourceDependency |
ResourceDependencyImpl.setResource(URL resource)
|
Uses of URL in org.apache.felix.dm.test.bundle.annotation.resource |
---|
Methods in org.apache.felix.dm.test.bundle.annotation.resource with parameters of type URL | |
---|---|
void |
ResourceConsumer.add(URL resource)
|
Uses of URL in org.apache.felix.fileinstall |
---|
Methods in org.apache.felix.fileinstall that return URL | |
---|---|
URL |
ArtifactUrlTransformer.transform(URL artifact)
Process the given file (canHandle returned true previously) Can return |
Methods in org.apache.felix.fileinstall with parameters of type URL | |
---|---|
URL |
ArtifactUrlTransformer.transform(URL artifact)
Process the given file (canHandle returned true previously) Can return |
Uses of URL in org.apache.felix.fileinstall.internal |
---|
Methods in org.apache.felix.fileinstall.internal that return URL | |
---|---|
URL |
Artifact.getJaredUrl()
|
URL |
Artifact.getTransformedUrl()
|
URL |
BundleTransformer.transform(URL artifact)
|
Methods in org.apache.felix.fileinstall.internal with parameters of type URL | |
---|---|
URLConnection |
JarDirUrlHandler.openConnection(URL url)
Open the connection for the given URL. |
void |
Artifact.setJaredUrl(URL jaredUrl)
|
void |
Artifact.setTransformedUrl(URL transformedUrl)
|
URL |
BundleTransformer.transform(URL artifact)
|
Constructors in org.apache.felix.fileinstall.internal with parameters of type URL | |
---|---|
JarDirUrlHandler.Connection(URL url)
|
Uses of URL in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return URL | |
---|---|
protected URL |
ModuleImpl.ModuleClassLoader.findResource(String name)
|
URL |
ModuleImpl.getEntry(String name)
|
URL |
ModuleImpl.getLocalURL(int index,
String urlPath)
|
URL |
ModuleImpl.ModuleClassLoader.getResource(String name)
|
URL |
ModuleImpl.getResourceByDelegation(String name)
|
Methods in org.apache.felix.framework with parameters of type URL | |
---|---|
protected boolean |
URLHandlersStreamHandlerProxy.equals(URL url1,
URL url2)
|
protected InetAddress |
URLHandlersStreamHandlerProxy.getHostAddress(URL url)
|
protected int |
URLHandlersStreamHandlerProxy.hashCode(URL url)
|
protected boolean |
URLHandlersStreamHandlerProxy.hostsEqual(URL url1,
URL url2)
|
protected URLConnection |
URLHandlersStreamHandlerProxy.openConnection(URL url)
|
protected URLConnection |
URLHandlersStreamHandlerProxy.openConnection(URL url,
Proxy proxy)
|
protected void |
URLHandlersStreamHandlerProxy.parseURL(URL url,
String spec,
int start,
int limit)
|
protected boolean |
URLHandlersStreamHandlerProxy.sameFile(URL url1,
URL url2)
|
void |
URLHandlersStreamHandlerProxy.setURL(URL url,
String protocol,
String host,
int port,
String file,
String ref)
|
void |
URLHandlersStreamHandlerProxy.setURL(URL url,
String protocol,
String host,
int port,
String authority,
String userInfo,
String path,
String query,
String ref)
|
protected String |
URLHandlersStreamHandlerProxy.toExternalForm(URL url)
|
Constructors in org.apache.felix.framework with parameters of type URL | |
---|---|
URLHandlersStreamHandlerProxy(String protocol,
SecureAction action,
URLStreamHandler builtIn,
URL builtInURL)
|
Uses of URL in org.apache.felix.framework.cache |
---|
Methods in org.apache.felix.framework.cache that return URL | |
---|---|
URL |
JarContent.getEntryAsURL(String name)
|
URL |
DirectoryContent.getEntryAsURL(String name)
|
URL |
ContentDirectoryContent.getEntryAsURL(String name)
|
Uses of URL in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that return URL | |
---|---|
URL |
Module.getEntry(String name)
|
URL |
Content.getEntryAsURL(String name)
This method allows retrieving an entry as a local URL. |
URL |
Module.getLocalURL(int index,
String urlPath)
|
URL |
Wire.getResource(String name)
Requests a resource from the exporting module. |
URL |
WireImpl.getResource(String name)
|
URL |
WireModuleImpl.getResource(String name)
|
URL |
Module.getResourceByDelegation(String name)
|
Uses of URL in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that return URL | |
---|---|
URL |
SecureAction.createURL(String protocol,
String host,
int port,
String path,
URLStreamHandler handler)
|
URL |
SecureAction.createURL(URL context,
String spec,
URLStreamHandler handler)
|
Methods in org.apache.felix.framework.util with parameters of type URL | |
---|---|
void |
SecureAction.addURLToURLClassLoader(URL extension,
ClassLoader loader)
|
URL |
SecureAction.createURL(URL context,
String spec,
URLStreamHandler handler)
|
URLConnection |
SecureAction.openURLConnection(URL url)
|
Uses of URL in org.apache.felix.gogo.command |
---|
Methods in org.apache.felix.gogo.command with parameters of type URL | |
---|---|
static void |
Util.downloadSource(PrintStream out,
PrintStream err,
URL srcURL,
File localDir,
boolean extract)
|
static InputStream |
Util.openURL(URL url)
|
Uses of URL in org.apache.felix.http.base.internal.context |
---|
Methods in org.apache.felix.http.base.internal.context that return URL | |
---|---|
URL |
ServletContextImpl.getResource(String path)
|
Uses of URL in org.apache.felix.http.base.internal.service |
---|
Methods in org.apache.felix.http.base.internal.service that return URL | |
---|---|
URL |
DefaultHttpContext.getResource(String name)
|
Uses of URL in org.apache.felix.http.whiteboard.internal.manager |
---|
Methods in org.apache.felix.http.whiteboard.internal.manager that return URL | |
---|---|
URL |
DefaultHttpContext.getResource(String name)
|
Uses of URL in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo that return URL | |
---|---|
URL |
ComponentFactory.getResource(String resName)
Returns the URL of a resource. |
Uses of URL in org.apache.felix.ipojo.online.manipulator |
---|
Methods in org.apache.felix.ipojo.online.manipulator with parameters of type URL | |
---|---|
URLConnection |
IPOJOURLHandler.openConnection(URL url)
Opens a connection using the ipojo url handler. |
Uses of URL in org.apache.felix.ipojo.webconsole |
---|
Methods in org.apache.felix.ipojo.webconsole that return URL | |
---|---|
URL |
IPOJOPlugin.getResource(String path)
Allows loading the 'ui' folder as web resource. |
Uses of URL in org.apache.felix.metatype |
---|
Methods in org.apache.felix.metatype with parameters of type URL | |
---|---|
MetaData |
MetaDataReader.parse(URL url)
Parses the XML document provided by the url . |
Uses of URL in org.apache.felix.mosgi.jmx.agent.mx4j.loading |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading that return URL | |
---|---|
URL |
MLetTag.createArchiveURL(URL codebase,
String archive)
Returns the URL for the given archive file name using the provided URL as a codebase, or null if the URL cannot be created. |
URL |
MLetTag.normalizeCodeBase(URL mletFileURL)
Normalizes the codebase held by this MLetTag (specified in the MLet file) using the URL of the MLet file as default. |
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading with parameters of type URL | |
---|---|
URL |
MLetTag.createArchiveURL(URL codebase,
String archive)
Returns the URL for the given archive file name using the provided URL as a codebase, or null if the URL cannot be created. |
URL |
MLetTag.normalizeCodeBase(URL mletFileURL)
Normalizes the codebase held by this MLetTag (specified in the MLet file) using the URL of the MLet file as default. |
Uses of URL in org.apache.felix.upnp.basedriver.importer.util |
---|
Constructors in org.apache.felix.upnp.basedriver.importer.util with parameters of type URL | |
---|---|
HTTPRequestForIcon(URL url)
|
Uses of URL in org.apache.felix.webconsole |
---|
Methods in org.apache.felix.webconsole that return URL | |
---|---|
URL[] |
AttachmentProvider.getAttachments(String mode)
Return an array of attachments for the given render mode. |
protected URL |
SimpleWebConsolePlugin.getResource(String path)
Called internally by AbstractWebConsolePlugin to load resources. |
Uses of URL in org.apache.felix.webconsole.internal.misc |
---|
Methods in org.apache.felix.webconsole.internal.misc that return URL | |
---|---|
URL[] |
ConfigurationPrinterAdapter.getAttachments(String mode)
|
Uses of URL in org.apache.felix.webconsole.plugins.event.internal |
---|
Methods in org.apache.felix.webconsole.plugins.event.internal that return URL | |
---|---|
URL |
PluginServlet.getResource(String path)
|
Uses of URL in org.osgi.framework |
---|
Methods in org.osgi.framework that return URL | |
---|---|
URL |
Bundle.getEntry(String path)
Returns a URL to the entry at the specified path in this bundle. |
URL |
Bundle.getResource(String name)
Find the specified resource from this bundle's class loader. |
Uses of URL in org.osgi.service.deploymentadmin |
---|
Methods in org.osgi.service.deploymentadmin that return URL | |
---|---|
URL |
DeploymentPackage.getIcon()
Returns a URL pointing to an image that represents the icon for this Deployment Package. |
Uses of URL in org.osgi.service.http |
---|
Methods in org.osgi.service.http that return URL | |
---|---|
URL |
HttpContext.getResource(String name)
Maps a resource name to a URL. |
Uses of URL in org.osgi.service.obr |
---|
Methods in org.osgi.service.obr that return URL | |
---|---|
URL |
Resource.getURL()
|
URL |
Repository.getURL()
Return the associated URL for the repository. |
Methods in org.osgi.service.obr with parameters of type URL | |
---|---|
Repository |
RepositoryAdmin.addRepository(URL repository)
Add a new repository to the federation. |
boolean |
RepositoryAdmin.removeRepository(URL repository)
|
Uses of URL in org.osgi.service.url |
---|
Methods in org.osgi.service.url with parameters of type URL | |
---|---|
boolean |
AbstractURLStreamHandlerService.equals(URL u1,
URL u2)
This method calls super.equals(URL,URL) . |
boolean |
URLStreamHandlerService.equals(URL u1,
URL u2)
|
InetAddress |
AbstractURLStreamHandlerService.getHostAddress(URL u)
This method calls super.getHostAddress . |
InetAddress |
URLStreamHandlerService.getHostAddress(URL u)
|
int |
AbstractURLStreamHandlerService.hashCode(URL u)
This method calls super.hashCode(URL) . |
int |
URLStreamHandlerService.hashCode(URL u)
|
boolean |
AbstractURLStreamHandlerService.hostsEqual(URL u1,
URL u2)
This method calls super.hostsEqual . |
boolean |
URLStreamHandlerService.hostsEqual(URL u1,
URL u2)
|
abstract URLConnection |
AbstractURLStreamHandlerService.openConnection(URL u)
|
URLConnection |
URLStreamHandlerService.openConnection(URL u)
|
void |
AbstractURLStreamHandlerService.parseURL(URLStreamHandlerSetter realHandler,
URL u,
String spec,
int start,
int limit)
Parse a URL using the URLStreamHandlerSetter object. |
void |
URLStreamHandlerService.parseURL(URLStreamHandlerSetter realHandler,
URL u,
String spec,
int start,
int limit)
Parse a URL. |
boolean |
AbstractURLStreamHandlerService.sameFile(URL u1,
URL u2)
This method calls super.sameFile . |
boolean |
URLStreamHandlerService.sameFile(URL u1,
URL u2)
|
protected void |
AbstractURLStreamHandlerService.setURL(URL u,
String proto,
String host,
int port,
String file,
String ref)
Deprecated. This method is only for compatibility with handlers written for JDK 1.1. |
void |
URLStreamHandlerSetter.setURL(URL u,
String protocol,
String host,
int port,
String file,
String ref)
Deprecated. This method is only for compatibility with handlers written for JDK 1.1. |
protected void |
AbstractURLStreamHandlerService.setURL(URL u,
String proto,
String host,
int port,
String auth,
String user,
String path,
String query,
String ref)
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String) . |
void |
URLStreamHandlerSetter.setURL(URL u,
String protocol,
String host,
int port,
String authority,
String userInfo,
String path,
String query,
String ref)
|
String |
AbstractURLStreamHandlerService.toExternalForm(URL u)
This method calls super.toExternalForm . |
String |
URLStreamHandlerService.toExternalForm(URL u)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |