public class ThymeleafTemplateEngine extends TemplateEngine
TemplateEngine.unwrap()
shall return an object of class TemplateEngine
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ThymeleafTemplateEngine> |
__TYPE_ARG |
static org.thymeleaf.templatemode.TemplateMode |
DEFAULT_TEMPLATE_MODE |
Constructor and Description |
---|
ThymeleafTemplateEngine(Object delegate) |
ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
static ThymeleafTemplateEngine |
create(Vertx vertx)
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)
Deprecated.
|
String |
toString() |
clearCache, newInstance, render, render, rxRender, rxRender, unwrap
public static final io.vertx.lang.rx.TypeArg<ThymeleafTemplateEngine> __TYPE_ARG
public static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
public ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate)
public ThymeleafTemplateEngine(Object delegate)
public String toString()
toString
in class TemplateEngine
public boolean equals(Object o)
equals
in class TemplateEngine
public int hashCode()
hashCode
in class TemplateEngine
public ThymeleafTemplateEngine getDelegate()
getDelegate
in class TemplateEngine
public static ThymeleafTemplateEngine create(Vertx vertx)
vertx
- @Deprecated public ThymeleafTemplateEngine setMode(org.thymeleaf.templatemode.TemplateMode mode)
mode
- the modepublic static ThymeleafTemplateEngine newInstance(ThymeleafTemplateEngine arg)
Copyright © 2022 Eclipse. All rights reserved.