Uses of Interface
org.thymeleaf.spring6.ISpringTemplateEngine
-
Uses of ISpringTemplateEngine in org.thymeleaf.spring6
Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofISpringTemplateEngine
meant for Spring WebFlux applications, adding methods specifically needed for the execution of templates in a reactive-friendly way.Modifier 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
Modifier 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.Modifier 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.