public interface ThymeleafTemplateEngine extends TemplateEngine
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TEMPLATE_MODE |
Modifier and Type | Method and Description |
---|---|
static ThymeleafTemplateEngine |
create()
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(String mode)
Set the mode for the engine
|
render
static final String DEFAULT_TEMPLATE_MODE
static ThymeleafTemplateEngine create()
ThymeleafTemplateEngine setMode(String mode)
mode
- the modeorg.thymeleaf.TemplateEngine getThymeleafTemplateEngine()
Copyright © 2015. All Rights Reserved.