Package org.thymeleaf.spring6
package org.thymeleaf.spring6
-
ClassDescriptionSub-interface of
ITemplateEngine
meant for Spring applications, meant to be using theSpringStandardDialect
and integrating with other Spring-bound infrastructure.Sub-interface ofISpringTemplateEngine
meant for Spring WebFlux applications, adding methods specifically needed for the execution of templates in a reactive-friendly way.Implementation ofISpringTemplateEngine
meant for Spring-enabled applications, that establishes by default an instance ofSpringStandardDialect
as a dialect (instead of an instance ofStandardDialect
.Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments.