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