Package org.eclipse.jetty.util.resource
Interface ResourceFactory
- All Known Implementing Classes:
BadResource
,DefaultServlet
,EmptyResource
,FileResource
,JarFileResource
,JarResource
,PathResource
,Resource
,ResourceCollection
,ResourceHandler
,URLResource
public interface ResourceFactory
ResourceFactory.
-
Method Summary
-
Method Details
-
getResource
Get a resource for a path.- Parameters:
path
- The path to the resource- Returns:
- The resource or null
-