Interface ResourceService.WelcomeFactory

All Known Implementing Classes:
DefaultServlet, ResourceHandler
Enclosing class:
ResourceService

public static interface ResourceService.WelcomeFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    getWelcomeFile(String pathInContext)
    Finds a matching welcome file for the supplied Resource.
  • Method Details

    • getWelcomeFile

      String getWelcomeFile(String pathInContext) throws IOException
      Finds a matching welcome file for the supplied Resource.
      Parameters:
      pathInContext - the path of the request
      Returns:
      The path of the matching welcome file in context or null.
      Throws:
      IOException