|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractThymeleafView | |
|---|---|
| org.thymeleaf.spring3.view | |
| Uses of AbstractThymeleafView in org.thymeleaf.spring3.view |
|---|
| Subclasses of AbstractThymeleafView in org.thymeleaf.spring3.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.spring3.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.spring3.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||