public interface ThymeleafTemplateEngine extends TemplateEngine
TemplateEngine.unwrap()
shall return an object of class TemplateEngine
Modifier and Type | Field and Description |
---|---|
static org.thymeleaf.templatemode.TemplateMode |
DEFAULT_TEMPLATE_MODE |
Modifier and Type | Method and Description |
---|---|
static ThymeleafTemplateEngine |
create(Vertx vertx)
Create a template engine using defaults
|
org.thymeleaf.TemplateEngine |
getThymeleafTemplateEngine()
Deprecated.
see
TemplateEngine.unwrap()
Get a reference to the internal Thymeleaf TemplateEngine object so it
can be configured. |
ThymeleafTemplateEngine |
setMode(org.thymeleaf.templatemode.TemplateMode mode)
Deprecated.
see
TemplateEngine.unwrap()
Set the mode for the engine |
clearCache, render, render, render, render, unwrap
static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
static ThymeleafTemplateEngine create(Vertx vertx)
@Deprecated ThymeleafTemplateEngine setMode(org.thymeleaf.templatemode.TemplateMode mode)
TemplateEngine.unwrap()
Set the mode for the enginemode
- the mode@Deprecated org.thymeleaf.TemplateEngine getThymeleafTemplateEngine()
TemplateEngine.unwrap()
Get a reference to the internal Thymeleaf TemplateEngine object so it
can be configured.Copyright © 2021 Eclipse. All rights reserved.