Uses of Interface
org.thymeleaf.spring6.ISpringWebFluxTemplateEngine
Packages that use ISpringWebFluxTemplateEngine
-
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring6
Classes in org.thymeleaf.spring6 that implement ISpringWebFluxTemplateEngineModifier and TypeClassDescriptionclass
Standard implementation ofISpringWebFluxTemplateEngine
, and default template engine implementation to be used in Spring WebFlux environments. -
Uses of ISpringWebFluxTemplateEngine in org.thymeleaf.spring6.view.reactive
Methods in org.thymeleaf.spring6.view.reactive that return ISpringWebFluxTemplateEngineModifier and TypeMethodDescriptionprotected ISpringWebFluxTemplateEngine
ThymeleafReactiveView.getTemplateEngine()
ThymeleafReactiveViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance (implementation ofISpringWebFluxTemplateEngine
to be used for the execution of templates.Methods in org.thymeleaf.spring6.view.reactive with parameters of type ISpringWebFluxTemplateEngineModifier 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.