Uses of Class
org.thymeleaf.spring4.view.AbstractThymeleafView

Packages that use AbstractThymeleafView
org.thymeleaf.spring4.view   
 

Uses of AbstractThymeleafView in org.thymeleaf.spring4.view
 

Subclasses of AbstractThymeleafView in org.thymeleaf.spring4.view
 class AjaxThymeleafView
           Subclass of ThymeleafView adding compatibility with AJAX events in Spring JavaScript (part of Spring WebFlow).
 class FlowAjaxThymeleafView
           Subclass of AjaxThymeleafView for Spring WebFlow, designed for obtaining the fragments to be rendered via AJAX in the way needed by Spring WebFlow.
 class ThymeleafView
           Base implementation of the Spring MVC View interface.
 

Methods in org.thymeleaf.spring4.view that return types with arguments of type AbstractThymeleafView
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
 void ThymeleafViewResolver.setViewClass(Class<? extends AbstractThymeleafView> viewClass)
           Set the view class that should be used to create views.
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.