Uses of Interface
org.thymeleaf.spring5.ISpringWebFluxTemplateEngine
-
Packages that use ISpringWebFluxTemplateEngine Package Description org.thymeleaf.spring5 org.thymeleaf.spring5.view.reactive -
-
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring5
Classes in org.thymeleaf.spring5 that implement ISpringWebFluxTemplateEngine Modifier and Type Class Description class
SpringWebFluxTemplateEngine
Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments. -
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring5.view.reactive
Methods in org.thymeleaf.spring5.view.reactive that return ISpringWebFluxTemplateEngine Modifier and Type Method Description protected ISpringWebFluxTemplateEngine
ThymeleafReactiveView. getTemplateEngine()
ISpringWebFluxTemplateEngine
ThymeleafReactiveViewResolver. getTemplateEngine()
Returns the Thymeleaf template engine instance (implementation ofISpringWebFluxTemplateEngine
to be used for the execution of templates.Methods in org.thymeleaf.spring5.view.reactive with parameters of type ISpringWebFluxTemplateEngine Modifier and Type Method Description protected void
ThymeleafReactiveView. setTemplateEngine(ISpringWebFluxTemplateEngine templateEngine)
void
ThymeleafReactiveViewResolver. setTemplateEngine(ISpringWebFluxTemplateEngine templateEngine)
Set the template engine object (implementation ofISpringWebFluxTemplateEngine
to be used for processing templates.
-