Interface ResourceService.WelcomeFactory
- All Known Implementing Classes:
 DefaultServlet, ResourceHandler
- Enclosing class:
 ResourceService
public static interface ResourceService.WelcomeFactory
- 
Method Summary
Modifier and TypeMethodDescriptiongetWelcomeFile(String pathInContext) Finds a matching welcome file for the suppliedResource. 
- 
Method Details
- 
getWelcomeFile
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.
 - Throws:
 IOException
 
 -