Package | Description |
---|---|
org.thymeleaf.spring5 | |
org.thymeleaf.spring5.view |
Modifier and Type | Interface and Description |
---|---|
interface |
ISpringWebFluxTemplateEngine
Sub-interface of
ISpringTemplateEngine meant for Spring WebFlux applications, adding
methods specifically needed for the execution of templates in a reactive-friendly way. |
Modifier and Type | Class and Description |
---|---|
class |
SpringTemplateEngine
Implementation of
ISpringTemplateEngine meant for Spring-enabled applications,
that establishes by default an instance of SpringStandardDialect
as a dialect (instead of an instance of StandardDialect . |
class |
SpringWebFluxTemplateEngine
Standard implementation of
ISpringWebFluxTemplateEngine , and default
template engine implementation to be used in Spring WebFlux environments. |
Modifier and Type | Method and Description |
---|---|
ISpringTemplateEngine |
ThymeleafViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance to be used for the
execution of templates.
|
protected ISpringTemplateEngine |
AbstractThymeleafView.getTemplateEngine()
Returns the template engine instance –a
SpringTemplateEngine instance,
specifically– to be used for processing the template specified by this view object. |
Modifier and Type | Method and Description |
---|---|
void |
ThymeleafViewResolver.setTemplateEngine(ISpringTemplateEngine templateEngine)
Sets the Template Engine instance to be used for processing
templates.
|
protected void |
AbstractThymeleafView.setTemplateEngine(ISpringTemplateEngine templateEngine)
Sets the template engine instance –a
SpringTemplateEngine instance,
specifically– to be used for processing the template specified by this view object. |
Copyright © 2017 The THYMELEAF team. All rights reserved.