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.Resource
Resolves aResource
for the template with the givenname
.
-
Method Details
-
resolveTemplateResource
Resolves aResource
for the template with the givenname
.- Parameters:
name
- the name of the template- Returns:
- the
Resource
from which the template can be read
-