Package | Description |
---|---|
org.thymeleaf.spring5 | |
org.thymeleaf.spring5.view.reactive |
Modifier and Type | Class and Description |
---|---|
class |
SpringWebFluxTemplateEngine
Standard implementation of
ISpringWebFluxTemplateEngine , and default
template engine implementation to be used in Spring WebFlux environments. |
Modifier and Type | Method and Description |
---|---|
ISpringWebFluxTemplateEngine |
ThymeleafReactiveViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance
(implementation of
ISpringWebFluxTemplateEngine to be used for the
execution of templates. |
protected ISpringWebFluxTemplateEngine |
ThymeleafReactiveView.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
ThymeleafReactiveViewResolver.setTemplateEngine(ISpringWebFluxTemplateEngine templateEngine)
Set the template engine object (implementation of
ISpringWebFluxTemplateEngine to be
used for processing templates. |
protected void |
ThymeleafReactiveView.setTemplateEngine(ISpringWebFluxTemplateEngine templateEngine) |
Copyright © 2017 The THYMELEAF team. All rights reserved.