Uses of Interface
org.eclipse.jetty.util.resource.ResourceFactory
Packages that use ResourceFactory
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Resource Utilities
-
Uses of ResourceFactory in org.eclipse.jetty.ee10.osgi.annotations
Methods in org.eclipse.jetty.ee10.osgi.annotations with parameters of type ResourceFactoryModifier 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
Methods in org.eclipse.jetty.ee10.webapp that return ResourceFactory -
Uses of ResourceFactory in org.eclipse.jetty.util.resource
Subinterfaces of ResourceFactory in org.eclipse.jetty.util.resourceModifier and TypeInterfaceDescriptionstatic interface
static interface
Classes in org.eclipse.jetty.util.resource that implement ResourceFactoryMethods in org.eclipse.jetty.util.resource that return ResourceFactoryModifier 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.Methods in org.eclipse.jetty.util.resource with parameters of type ResourceFactoryModifier 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)