Package | Description |
---|---|
org.thymeleaf.spring5 | |
org.thymeleaf.spring5.view | |
org.thymeleaf.spring5.view.reactive |
Class and Description |
---|
ISpringTemplateEngine
Sub-interface of
ITemplateEngine meant for Spring applications, meant to be
using the SpringStandardDialect and integrating with other
Spring-bound infrastructure. |
ISpringWebFluxTemplateEngine
Sub-interface of
ISpringTemplateEngine meant for Spring WebFlux applications, adding
methods specifically needed for the execution of templates in a reactive-friendly way. |
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 and Description |
---|
ISpringTemplateEngine
Sub-interface of
ITemplateEngine meant for Spring applications, meant to be
using the SpringStandardDialect and integrating with other
Spring-bound infrastructure. |
Class and Description |
---|
ISpringWebFluxTemplateEngine
Sub-interface of
ISpringTemplateEngine meant for Spring WebFlux applications, adding
methods specifically needed for the execution of templates in a reactive-friendly way. |
Copyright © 2017 The THYMELEAF team. All rights reserved.