Interface MustacheTemplate
-
- All Known Implementing Classes:
AbstractMustacheTemplate
public interface MustacheTemplate
Mustache template that is already compiled and can be rendered using given model data and writer output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Map<String,Object> model, Writer writer)
Render template and print output to given writer.
-