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