Uses of Class
org.thymeleaf.spring5.view.AbstractThymeleafView
Packages that use AbstractThymeleafView
-
Uses of AbstractThymeleafView in org.thymeleaf.spring5.view
Subclasses of AbstractThymeleafView in org.thymeleaf.spring5.viewModifier and TypeClassDescriptionclass
Base implementation of the Spring WebMVCView
interface.Methods in org.thymeleaf.spring5.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.spring5.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. -
Uses of AbstractThymeleafView in org.thymeleaf.spring5.webflow.view
Subclasses of AbstractThymeleafView in org.thymeleaf.spring5.webflow.viewModifier 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.