Class MountedPathResourceFactory

java.lang.Object
org.eclipse.jetty.util.resource.MountedPathResourceFactory
All Implemented Interfaces:
ResourceFactory

public class MountedPathResourceFactory extends Object implements ResourceFactory
  • Constructor Details

    • MountedPathResourceFactory

      public MountedPathResourceFactory()
  • Method Details

    • newResource

      public Resource newResource(URI uri)
      Description copied from interface: ResourceFactory
      Construct a resource from a uri.
      Specified by:
      newResource in interface ResourceFactory
      Parameters:
      uri - A URI.
      Returns:
      A Resource object, or null if uri points to a location that does not exist.