java.lang.Object
org.eclipse.jetty.util.resource.PathResourceFactory
- All Implemented Interfaces:
ResourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.resource.ResourceFactory
ResourceFactory.Closeable, ResourceFactory.LifeCycle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.resource.ResourceFactory
newClassPathResource, newJarFileResource, newMemoryResource, newResource, newResource, newResource, newResource, newSystemResource
-
Constructor Details
-
PathResourceFactory
public PathResourceFactory()
-
-
Method Details
-
newResource
Description copied from interface:ResourceFactoryConstruct a resource from a uri.- Specified by:
newResourcein interfaceResourceFactory- Parameters:
uri- A URI.- Returns:
- A Resource object, or null if uri points to a location that does not exist.
-