Interface | Description |
---|---|
AjaxEnabledView |
Interface defining getter and setter methods for an
ajaxHandler property in Views, so that they can
be used in Spring AJAX environments.
|
Class | Description |
---|---|
AbstractThymeleafView |
Abstract implementation class of the Spring MVC
View
interface for Thymeleaf. |
AjaxThymeleafView |
Subclass of
ThymeleafView adding compatibility with AJAX events in
Spring JavaScript (part of Spring WebFlow). |
AjaxThymeleafViewResolver |
Subclass of
ThymeleafViewResolver adding compatibility with AJAX-based events
(redirects) in Spring WebFlow. |
FlowAjaxThymeleafView |
Subclass of
AjaxThymeleafView for Spring WebFlow,
designed for obtaining the fragments to be rendered via
AJAX in the way needed by Spring WebFlow. |
ThymeleafView |
Base implementation of the Spring MVC
View
interface. |
ThymeleafViewResolver |
Implementation of the Spring MVC
ViewResolver
interface. |
Copyright © 2016 The THYMELEAF team. All rights reserved.