Uses of Package
org.thymeleaf.spring5
-
Packages that use org.thymeleaf.spring5 Package Description org.thymeleaf.spring5 org.thymeleaf.spring5.view org.thymeleaf.spring5.view.reactive -
Classes in org.thymeleaf.spring5 used by org.thymeleaf.spring5 Class 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.SpringTemplateEngine Implementation ofISpringTemplateEngine
meant for Spring-enabled applications, that establishes by default an instance ofSpringStandardDialect
as a dialect (instead of an instance ofStandardDialect
. -
Classes in org.thymeleaf.spring5 used by org.thymeleaf.spring5.view Class Description ISpringTemplateEngine Sub-interface ofITemplateEngine
meant for Spring applications, meant to be using theSpringStandardDialect
and integrating with other Spring-bound infrastructure. -
Classes in org.thymeleaf.spring5 used by org.thymeleaf.spring5.view.reactive Class Description ISpringWebFluxTemplateEngine Sub-interface ofISpringTemplateEngine
meant for Spring WebFlux applications, adding methods specifically needed for the execution of templates in a reactive-friendly way.