Package org.eclipse.jetty.server
Interface ResourceService.WelcomeFactory
- Enclosing class:
- ResourceService
public static interface ResourceService.WelcomeFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetWelcomeTarget
(HttpContent content, Request request) Finds a matching welcome target for the request.
-
Method Details
-
getWelcomeTarget
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
-