public interface TemplateLocator extends WithPriority, ConfigurationAware
BUILTIN_RESOLVERS_DEFAULT_PRIORITY, BUILTIN_TEMPLATE_LOCATORS_DEFAULT_PRIORITY, EXTENSION_RESOLVERS_DEFAULT_PRIORITY| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAllIdentifiers() |
java.io.Reader |
locate(java.lang.String templateId)
The reader is always closed by the engine right after the template source is read.
|
getPrioritygetConfigurationKeys, initjava.io.Reader locate(java.lang.String templateId)
templateId - The template identifiernull if no available template with the given name
existsjava.util.Set<java.lang.String> getAllIdentifiers()
EngineConfigurationKey.PRECOMPILE_ALL_TEMPLATESCopyright © 2014. All Rights Reserved.