public interface ThymeleafTemplateEngine extends 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()
Get a reference to the internal Thymeleaf TemplateEngine object so it
can be configured.
|
ThymeleafTemplateEngine |
setMode(org.thymeleaf.templatemode.TemplateMode mode)
Set the mode for the engine
|
isCachingEnabled, render, render
static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
static ThymeleafTemplateEngine create(Vertx vertx)
ThymeleafTemplateEngine setMode(org.thymeleaf.templatemode.TemplateMode mode)
mode
- the modeorg.thymeleaf.TemplateEngine getThymeleafTemplateEngine()
Copyright © 2023 Eclipse. All rights reserved.