public interface MustacheEngine
| Modifier and Type | Method and Description |
|---|---|
Mustache |
compileMustache(String templateName,
String templateContent)
Compile the given template.
|
Configuration |
getConfiguration() |
Mustache |
getMustache(String templateName)
Get the compiled template with the given name.
|
void |
invalidateTemplateCache()
Invalidate the template cache.
|
Mustache getMustache(String templateName)
templateName - null if
no such template existsTemplateLocatorMustache compileMustache(String templateName, String templateContent)
templateName - templateContent - Configuration getConfiguration()
void invalidateTemplateCache()
Copyright © 2013. All Rights Reserved.