Interface MustacheTemplateRenderer<D>
-
- Type Parameters:
D- data model to be rendered on the template.
- All Superinterfaces:
TemplateRenderer<D>
public interface MustacheTemplateRenderer<D> extends TemplateRenderer<D>
Represents aTemplateRendererbased on Mustache engine. May have implementations for Client and Backend.See See See
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrender(String template, D data)
-