Uses of Interface
org.eclipse.jetty.util.resource.ResourceFactory
Packages that use ResourceFactory
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Resource Utilities
- 
Uses of ResourceFactory in org.eclipse.jetty.coreapp
Methods in org.eclipse.jetty.coreapp that return ResourceFactory - 
Uses of ResourceFactory in org.eclipse.jetty.ee10.webapp
Methods in org.eclipse.jetty.ee10.webapp that return ResourceFactory - 
Uses of ResourceFactory in org.eclipse.jetty.ee11.webapp
Methods in org.eclipse.jetty.ee11.webapp that return ResourceFactory - 
Uses of ResourceFactory in org.eclipse.jetty.ee8.webapp
Methods in org.eclipse.jetty.ee8.webapp that return ResourceFactory - 
Uses of ResourceFactory in org.eclipse.jetty.ee9.webapp
Methods in org.eclipse.jetty.ee9.webapp that return ResourceFactory - 
Uses of ResourceFactory in org.eclipse.jetty.osgi
Methods in org.eclipse.jetty.osgi with parameters of type ResourceFactoryModifier and TypeMethodDescriptionBundleIndex.indexBundle(ResourceFactory resourceFactory, org.osgi.framework.Bundle bundle) Keep track of a jetty URI Resource and its associated OSGi bundle. - 
Uses of ResourceFactory in org.eclipse.jetty.osgi.util
Methods in org.eclipse.jetty.osgi.util with parameters of type ResourceFactoryModifier and TypeMethodDescriptionstatic ResourceUtil.newBundleResource(org.osgi.framework.Bundle bundle, ResourceFactory resourceFactory) Convert a bundle installed location into a Resource, taking account of any locations that are actually packed jars, but without a ".jar" extension, eg as found on equinox. - 
Uses of ResourceFactory in org.eclipse.jetty.util.resource
Subinterfaces of ResourceFactory in org.eclipse.jetty.util.resourceModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceClasses in org.eclipse.jetty.util.resource that implement ResourceFactoryMethods in org.eclipse.jetty.util.resource that return ResourceFactoryModifier and TypeMethodDescriptionstatic ResourceFactoryA new ResourceFactory tied to a Jetty ComponentContainer, to allow its allocated resources to be cleaned up during the normal component lifecycle behavior.static ResourceFactoryDeprecated, for removal: This API element is subject to removal in a future version.static ResourceFactoryResourceFactory.root()The JVM wide (root) ResourceFactory.static ResourceFactoryResourceFactory.unregisterResourceFactory(String scheme) Unregister a scheme that is supported by the Resource API.Methods in org.eclipse.jetty.util.resource with parameters of type ResourceFactoryModifier and TypeMethodDescriptionstatic voidResourceFactory.registerResourceFactory(String scheme, ResourceFactory resourceFactory) Register a new ResourceFactory that can handle the specific scheme for the Resource API. 
Resource.resolve(String)