Package org.eclipse.jetty.util.resource
Interface ResourceFactory
- All Known Implementing Classes:
DefaultServlet,EmptyResource,FileResource,JarFileResource,JarResource,PathResource,Resource,ResourceCollection,ResourceHandler,URLResource
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
ResourceFactory.
-
Method Summary
Modifier and TypeMethodDescriptiongetResource(String path) Deprecated.Get a resource for a path.
-
Method Details
-
getResource
Deprecated.Get a resource for a path.- Parameters:
path- The path to the resource- Returns:
- The resource or null
-