new ThymeleafTemplateEngine()
A template engine that uses the Thymeleaf library.
Methods
isCachingEnabled() → {boolean}
Returns:
- Type
- boolean
render(arg0, arg1, arg2, arg3)
Parameters:
Name | Type | Description |
---|---|---|
arg0 |
RoutingContext | |
arg1 |
string | |
arg2 |
string | |
arg3 |
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