- All Superinterfaces:
- ConfigurationAware, WithPriority
- All Known Implementing Classes:
- AbstractTemplateLocator, ClassPathTemplateLocator, FilePathTemplateLocator, FileSystemTemplateLocator, MapTemplateLocator, PathTemplateLocator
public interface TemplateLocator
extends WithPriority, ConfigurationAware
Automatically locates the template contents for the given template
identifier. The form of the template identifier is not defined, however in
most cases the id will represent a template name or virtual path.
Implementation must be thread-safe.
- Author:
- Martin Kouba