Package com.axelor.text
Interface Template
-
public interface Template
TheTemplate
interface defines methods to render the template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Renderer
make(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.
-