Package com.axelor.text
Interface Template
-
public interface TemplateTheTemplateinterface defines methods to render the template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Renderermake(Map<String,Object> context)Make a template renderer using the given context.<T extends Model>
Renderermake(T context)Make a template renderer using the given context.
-