public interface Template
The
Template interface defines methods to render the template.
-
Method Summary
Make a template renderer using the given context.
Make a template renderer using the given context.
-
Method Details
-
make
Make a template renderer using the given context.
- Parameters:
context - the template context
- Returns:
- a
Renderer instance
-
make
Make a template renderer using the given context.
- Type Parameters:
T - type of the context bean
- Parameters:
context - the template context
- Returns:
- a
Renderer instance