new ThymeleafTemplateEngine()
A template engine that uses the Thymeleaf library.
Methods
render(arg0, arg1, arg2)
Parameters:
| Name | Type | Description |
|---|---|---|
arg0 |
RoutingContext | |
arg1 |
string | |
arg2 |
function |
setMode(mode) → {ThymeleafTemplateEngine}
Set the mode for the engine
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
Object | the mode |
Returns:
a reference to this for fluency
- Type
- ThymeleafTemplateEngine