Interface TemplateResourceResolver
- All Known Implementing Classes:
 StandardTemplateResourceResolver
public interface TemplateResourceResolver
A 
TemplateResourceResolver is responsible for resolving a name for a template
 into a Resource from which the template can be read.- Author:
 - Andy Wilkinson
 
- 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ResourceResolves aResourcefor the template with the givenname. 
- 
Method Details
- 
resolveTemplateResource
Resolves aResourcefor the template with the givenname.- Parameters:
 name- the name of the template- Returns:
 - the 
Resourcefrom which the template can be read 
 
 -