Package org.eclipse.jetty.util.resource
Interface ResourceFactory
- All Known Implementing Classes:
EmptyResource,FileResource,JarFileResource,JarResource,PathResource,Resource,ResourceCollection,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
-