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 aString
using the givencontext
for variable/property resolution.- Parameters:
context
- the context to use- Returns:
- the rendered template
-