Package org.eclipse.jetty.util.resource
Interface ResourceFactory
-
- All Known Implementing Classes:
DefaultServlet,EmptyResource,FileResource,JarFileResource,JarResource,PathResource,Resource,ResourceCollection,ResourceHandler,URLResource
@Deprecated public interface ResourceFactoryDeprecated.This api is not supported anymore. Please do not use it.ResourceFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResourcegetResource(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
-
-