Interface Template
- All Known Implementing Classes:
MustacheTemplate
public interface Template
A compiled
Template that can be rendered to a String.- Author:
- Andy Wilkinson
-
Method Summary
-
Method Details
-
render
Renders the template to aStringusing the givencontextfor variable/property resolution.- Parameters:
context- the context to use- Returns:
- the rendered template
-