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 Type
    Method
    Description
    org.springframework.core.io.Resource
    Resolves a Resource for the template with the given name.
  • Method Details

    • resolveTemplateResource

      org.springframework.core.io.Resource resolveTemplateResource(String name)
      Resolves a Resource for the template with the given name.
      Parameters:
      name - the name of the template
      Returns:
      the Resource from which the template can be read