Uses of Class
org.thymeleaf.spring6.view.AbstractThymeleafView
-
Uses of AbstractThymeleafView in org.thymeleaf.spring6.view
Modifier and TypeClassDescriptionclass
Base implementation of the Spring WebMVCView
interface.Modifier and TypeMethodDescriptionprotected Class<? extends AbstractThymeleafView>
ThymeleafViewResolver.getViewClass()
Return the view class to be used to create views.Modifier and TypeMethodDescriptionvoid
ThymeleafViewResolver.setViewClass
(Class<? extends AbstractThymeleafView> viewClass) Set the view class that should be used to create views. -
Uses of AbstractThymeleafView in org.thymeleaf.spring6.webflow.view
Modifier and TypeClassDescriptionclass
Subclass ofThymeleafView
adding compatibility with AJAX events in Spring JavaScript (part of Spring WebFlow).class
Subclass ofAjaxThymeleafView
for Spring WebFlow, designed for obtaining the fragments to be rendered via AJAX in the way needed by Spring WebFlow.