org.thymeleaf.extras.tiles2.spring4.web.view
public class FlowAjaxThymeleafTilesView extends AjaxThymeleafTilesView
Subclass of ThymeleafTilesView adding compatibility with AJAX events in
Spring WebFlow. This allows this View implementation
to be able to return only fragments of the page.
These rendering of fragments is used, for example, in Spring WebFlow's <render> instructions (though not only).
This view searches for a comma-separated list of fragment names in a request parameter called fragments.
When using Tiles, fragments are considered to be Tiles attribute names (from a Tiles definition).
| Constructor and Description |
|---|
FlowAjaxThymeleafTilesView() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getRenderFragments(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addRuntimeAttributes, flattenAttributeMap, getAjaxHandler, render, setAjaxHandlerbuildContextAndPrepareResponse, exposeModelAsRequestAttributes, getLocale, getTemplateEngine, isContentTypeSet, setLocale, setTemplateEngineaddRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getStaticVariables, getTemplateName, setBeanName, setCharacterEncoding, setContentType, setStaticVariables, setTemplateNamegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextgetApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContextprotected String[] getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
getRenderFragments in class AjaxThymeleafTilesViewCopyright © 2014 The THYMELEAF team. All rights reserved.