Uses of Class
org.thymeleaf.spring5.view.reactive.ThymeleafReactiveView
-
Packages that use ThymeleafReactiveView Package Description org.thymeleaf.spring5.view.reactive -
-
Uses of ThymeleafReactiveView in org.thymeleaf.spring5.view.reactive
Methods in org.thymeleaf.spring5.view.reactive that return types with arguments of type ThymeleafReactiveView Modifier and Type Method Description protected Class<? extends ThymeleafReactiveView>
ThymeleafReactiveViewResolver. getViewClass()
Method parameters in org.thymeleaf.spring5.view.reactive with type arguments of type ThymeleafReactiveView Modifier and Type Method Description void
ThymeleafReactiveViewResolver. setViewClass(Class<? extends ThymeleafReactiveView> viewClass)
Set the view class that should be used to create views.
-