public interface TemplateResourceResolver
TemplateResourceResolver
is responsible for resolving a name for a template
into a Resource
from which the template can be read.Modifier and Type | Method and Description |
---|---|
Resource |
resolveTemplateResource(String name)
Resolves a
Resource for the template with the given name . |