public interface Template
Template interface defines methods to render the template.| Modifier and Type | Method and Description |
|---|---|
Renderer |
make(Map<String,Object> context)
Make a template renderer using the given context.
|
<T extends Model> |
make(T context)
Make a template renderer using the given context.
|