Package org.eclipse.jetty.server
Interface ResourceService.WelcomeFactory
-
- All Known Implementing Classes:
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
.
-