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 TypeClassDescriptionclassBase implementation of the Spring WebMVCViewinterface.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 TypeMethodDescriptionvoidThymeleafViewResolver.setViewClass(Class<? extends AbstractThymeleafView> viewClass) Set the view class that should be used to create views.