Interface ResourceService.WelcomeFactory

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

@Deprecated(since="2021-05-27") public static interface ResourceService.WelcomeFactory
Deprecated.
  • Method Summary

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

    • getWelcomeFile

      String getWelcomeFile(String pathInContext)
      Deprecated.
      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.