Uses of Interface
org.thymeleaf.spring5.ISpringWebFluxTemplateEngine
-
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring5
Modifier and TypeClassDescriptionclass
Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments. -
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring5.view.reactive
Modifier and TypeMethodDescriptionprotected ISpringWebFluxTemplateEngine
ThymeleafReactiveView.getTemplateEngine()
ThymeleafReactiveViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance (implementation ofISpringWebFluxTemplateEngine
to be used for the execution of templates.Modifier and TypeMethodDescriptionprotected void
ThymeleafReactiveView.setTemplateEngine
(ISpringWebFluxTemplateEngine templateEngine) void
ThymeleafReactiveViewResolver.setTemplateEngine
(ISpringWebFluxTemplateEngine templateEngine) Set the template engine object (implementation ofISpringWebFluxTemplateEngine
to be used for processing templates.