A template engine uses a specific template and the data in a routing context to render a resource into a buffer.
Concrete implementations exist for several well-known template engines.
Anything
Object
TemplateEngine
Basic
Identifiable
Object
Anything
Initializer |
TemplateEngine(TemplateEngine unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
render | shared default void render(RoutingContext context, String templateFileName, Anything(Throwable|Buffer) handler) Render Parameters:
|
Inherited Methods |
Methods inherited from: Object equals |