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 Resource
getResource(java.lang.String path)
Deprecated.Get a resource for a path.
-
-
-
Method Detail
-
getResource
Resource getResource(java.lang.String path)
Deprecated.Get a resource for a path.- Parameters:
path
- The path to the resource- Returns:
- The resource or null
-
-