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
|
boolean |
equals(Object o) |
ThymeleafTemplateEngine |
getDelegate() |
int |
hashCode() |
static ThymeleafTemplateEngine |
newInstance(ThymeleafTemplateEngine arg) |
ThymeleafTemplateEngine |
setMode(org.thymeleaf.templatemode.TemplateMode mode)
Set the mode for the engine
|
String |
toString() |
isCachingEnabled, newInstance, render, render, renderObservable, renderObservable, rxRender, rxRenderpublic static final TypeArg<ThymeleafTemplateEngine> __TYPE_ARG
public ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate)
public String toString()
toString in class TemplateEnginepublic boolean equals(Object o)
equals in class TemplateEnginepublic int hashCode()
hashCode in class TemplateEnginepublic 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 © 2018 Eclipse. All rights reserved.