Package | Description |
---|---|
org.thymeleaf.spring5.view | |
org.thymeleaf.spring5.webflow.view |
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafView
Base implementation of the Spring WebMVC
View
interface. |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends AbstractThymeleafView> |
ThymeleafViewResolver.getViewClass()
Return the view class to be used to create views.
|
Modifier and Type | Method and Description |
---|---|
void |
ThymeleafViewResolver.setViewClass(Class<? extends AbstractThymeleafView> viewClass)
Set the view class that should be used to create views.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2017 The THYMELEAF team. All rights reserved.