Package org.eclipse.jetty.util.resource
Interface ResourceFactory
-
- All Known Implementing Classes:
DefaultServlet,EmptyResource,FileResource,JarFileResource,JarResource,PathResource,Resource,ResourceCollection,ResourceHandler,URLResource
@Deprecated(since="2021-05-27") public interface ResourceFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.ResourceFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResourcegetResource(String path)Deprecated.Get a resource for a path.
-