Package org.eclipse.jetty.server
Interface ResourceService.WelcomeFactory
-
- All Known Implementing Classes:
DefaultServlet
,ResourceHandler
- Enclosing class:
- ResourceService
public static interface ResourceService.WelcomeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getWelcomeFile(java.lang.String pathInContext)
Finds a matching welcome file for the suppliedResource
.
-
-
-
Method Detail
-
getWelcomeFile
java.lang.String getWelcomeFile(java.lang.String pathInContext)
Finds a matching welcome file for the suppliedResource
.- Parameters:
pathInContext
- the path of the request- Returns:
- The path of the matching welcome file in context or null.
-
-