Uses of Interface
org.eclipse.jetty.util.resource.ResourceFactory
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Resource Utilities
-
Uses of ResourceFactory in org.eclipse.jetty.ee10.osgi.annotations
Modifier and TypeMethodDescriptionAnnotationParser.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.ee10.webapp
-
Uses of ResourceFactory in org.eclipse.jetty.util.resource
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Modifier and TypeMethodDescriptionstatic ResourceFactory
A new ResourceFactory tied to a Jetty ComponentContainer
, to allow its allocated resources to be cleaned up during the normal component lifecycle behavior.static ResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.static ResourceFactory
ResourceFactory.root()
The JVM wide (root) ResourceFactory.static ResourceFactory
ResourceFactory.unregisterResourceFactory
(String scheme) Unregister a scheme that is supported by the Resource API.Modifier and TypeMethodDescriptionstatic void
ResourceFactory.registerResourceFactory
(String scheme, ResourceFactory resourceFactory) Register a new ResourceFactory that can handle the specific scheme for the Resource API.
Resource.resolve(String)