Uses of Interface
org.thymeleaf.spring5.ISpringTemplateEngine
-
Packages that use ISpringTemplateEngine Package Description org.thymeleaf.spring5 org.thymeleaf.spring5.view -
-
Uses of ISpringTemplateEngine in org.thymeleaf.spring5
Subinterfaces of ISpringTemplateEngine in org.thymeleaf.spring5 Modifier and Type Interface Description interface
ISpringWebFluxTemplateEngine
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.spring5 that implement ISpringTemplateEngine Modifier and Type Class Description class
SpringTemplateEngine
Implementation ofISpringTemplateEngine
meant for Spring-enabled applications, that establishes by default an instance ofSpringStandardDialect
as a dialect (instead of an instance ofStandardDialect
.class
SpringWebFluxTemplateEngine
Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments. -
Uses of ISpringTemplateEngine in org.thymeleaf.spring5.view
Methods in org.thymeleaf.spring5.view that return ISpringTemplateEngine Modifier and Type Method Description protected ISpringTemplateEngine
AbstractThymeleafView. getTemplateEngine()
Returns the template engine instance –aSpringTemplateEngine
instance, specifically– to be used for processing the template specified by this view object.ISpringTemplateEngine
ThymeleafViewResolver. getTemplateEngine()
Returns the Thymeleaf template engine instance to be used for the execution of templates.Methods in org.thymeleaf.spring5.view with parameters of type ISpringTemplateEngine Modifier and Type Method Description protected 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.
-