Interface ResourceFactory

All Known Implementing Classes:
DefaultServlet, EmptyResource, FileResource, JarFileResource, JarResource, PathResource, Resource, ResourceCollection, ResourceHandler, URLResource

@Deprecated(since="2021-05-27") public interface ResourceFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
ResourceFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get a resource for a path.
  • Method Details

    • getResource

      Resource getResource(String path)
      Deprecated.
      Get a resource for a path.
      Parameters:
      path - The path to the resource
      Returns:
      The resource or null