public class ThymeleafTemplateEngine extends TemplateEngine
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<ThymeleafTemplateEngine> |
__TYPE_ARG |
| Constructor and Description |
|---|
ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate) |
| Modifier and Type | Method and Description |
|---|---|
static ThymeleafTemplateEngine |
create()
Create a template engine using defaults
|
ThymeleafTemplateEngine |
getDelegate() |
static ThymeleafTemplateEngine |
newInstance(ThymeleafTemplateEngine arg) |
ThymeleafTemplateEngine |
setMode(org.thymeleaf.templatemode.TemplateMode mode)
Set the mode for the engine
|
isCachingEnabled, newInstance, render, render, rxRender, rxRenderpublic static final TypeArg<ThymeleafTemplateEngine> __TYPE_ARG
public ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate)
public ThymeleafTemplateEngine getDelegate()
getDelegate in class TemplateEnginepublic static ThymeleafTemplateEngine create()
public ThymeleafTemplateEngine setMode(org.thymeleaf.templatemode.TemplateMode mode)
mode - the modepublic static ThymeleafTemplateEngine newInstance(ThymeleafTemplateEngine arg)
Copyright © 2017. All rights reserved.