Interface ResourceService.WelcomeFactory

Enclosing class:
ResourceService

public static interface ResourceService.WelcomeFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds a matching welcome target for the request.
  • Method Details

    • getWelcomeTarget

      String getWelcomeTarget(HttpContent content, Request request) throws IOException
      Finds a matching welcome target for the request.
      Parameters:
      request - the request to use to determine the matching welcome target
      Returns:
      The URI path of the matching welcome target in context or null if no welcome target was found
      Throws:
      IOException