Uses of Interface
org.thymeleaf.spring6.ISpringTemplateEngine
Packages that use ISpringTemplateEngine
-
Uses of ISpringTemplateEngine in org.thymeleaf.spring6
Subinterfaces of ISpringTemplateEngine in org.thymeleaf.spring6Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofISpringTemplateEngine
meant for Spring WebFlux applications, adding methods specifically needed for the execution of templates in a reactive-friendly way.Classes in org.thymeleaf.spring6 that implement ISpringTemplateEngineModifier and TypeClassDescriptionclass
Implementation ofISpringTemplateEngine
meant for Spring-enabled applications, that establishes by default an instance ofSpringStandardDialect
as a dialect (instead of an instance ofStandardDialect
.class
Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments. -
Uses of ISpringTemplateEngine in org.thymeleaf.spring6.view
Methods in org.thymeleaf.spring6.view that return ISpringTemplateEngineModifier and TypeMethodDescriptionprotected ISpringTemplateEngine
AbstractThymeleafView.getTemplateEngine()
Returns the template engine instance –aSpringTemplateEngine
instance, specifically– to be used for processing the template specified by this view object.ThymeleafViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance to be used for the execution of templates.Methods in org.thymeleaf.spring6.view with parameters of type ISpringTemplateEngineModifier and TypeMethodDescriptionprotected void
AbstractThymeleafView.setTemplateEngine
(ISpringTemplateEngine templateEngine) Sets the template engine instance –aSpringTemplateEngine
instance, specifically– to be used for processing the template specified by this view object.void
ThymeleafViewResolver.setTemplateEngine
(ISpringTemplateEngine templateEngine) Sets the Template Engine instance to be used for processing templates.