Uses of Class
org.thymeleaf.spring6.view.AbstractThymeleafView
Packages that use AbstractThymeleafView
-
Uses of AbstractThymeleafView in org.thymeleaf.spring6.view
Subclasses of AbstractThymeleafView in org.thymeleaf.spring6.viewModifier and TypeClassDescriptionclass
Base implementation of the Spring WebMVCView
interface.Methods in org.thymeleaf.spring6.view that return types with arguments of type AbstractThymeleafViewModifier and TypeMethodDescriptionprotected Class<? extends AbstractThymeleafView>
ThymeleafViewResolver.getViewClass()
Return the view class to be used to create views.Method parameters in org.thymeleaf.spring6.view with type arguments of type AbstractThymeleafViewModifier and TypeMethodDescriptionvoid
ThymeleafViewResolver.setViewClass
(Class<? extends AbstractThymeleafView> viewClass) Set the view class that should be used to create views.