Interface TemplateRenderer<D>
-
- Type Parameters:
D- is the model to rendered on the template.
- All Known Subinterfaces:
MustacheTemplateRenderer<D>
public interface TemplateRenderer<D>Represents a template engine rendering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrender(String template, D data)
-