Interface ResourceFactory

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

public interface ResourceFactory
ResourceFactory.
  • Method Summary

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

    • getResource

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