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