Uses of Class
org.thymeleaf.spring4.view.AbstractThymeleafView
-
Packages that use AbstractThymeleafView Package Description org.thymeleaf.spring4.view org.thymeleaf.spring4.webflow.view -
-
Uses of AbstractThymeleafView in org.thymeleaf.spring4.view
Subclasses of AbstractThymeleafView in org.thymeleaf.spring4.view Modifier and Type Class Description class
AjaxThymeleafView
Deprecated.Deprecated in 3.0.0.class
FlowAjaxThymeleafView
Deprecated.Deprecated in 3.0.0.class
ThymeleafView
Base implementation of the Spring MVCView
interface.Methods in org.thymeleaf.spring4.view that return types with arguments of type AbstractThymeleafView Modifier and Type Method Description protected Class<? extends AbstractThymeleafView>
ThymeleafViewResolver. getViewClass()
Return the view class to be used to create views.Method parameters in org.thymeleaf.spring4.view with type arguments of type AbstractThymeleafView Modifier and Type Method Description void
ThymeleafViewResolver. setViewClass(Class<? extends AbstractThymeleafView> viewClass)
Set the view class that should be used to create views. -
Uses of AbstractThymeleafView in org.thymeleaf.spring4.webflow.view
Subclasses of AbstractThymeleafView in org.thymeleaf.spring4.webflow.view Modifier and Type Class Description class
AjaxThymeleafView
Subclass ofThymeleafView
adding compatibility with AJAX events in Spring JavaScript (part of Spring WebFlow).class
FlowAjaxThymeleafView
Subclass ofAjaxThymeleafView
for Spring WebFlow, designed for obtaining the fragments to be rendered via AJAX in the way needed by Spring WebFlow.
-