public class FlowAjaxTilesView extends AjaxTilesView
This implementation uses the SpringJavascriptAjaxHandler by default to determine whether the current request
is an Ajax request. On an Ajax request for an active flow execution, the fragments set by a <render> action
will be respected, otherwise the parent AjaxTilesView's resolution algorithm will be applied.
| Constructor and Description |
|---|
FlowAjaxTilesView() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getRenderFragments(java.util.Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addRuntimeAttributes, afterPropertiesSet, flattenAttributeMap, getAjaxHandler, renderMergedOutputModel, setAjaxHandlergetUrl, isUrlRequired, setUrl, toStringaddStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponsegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected java.lang.String[] getRenderFragments(java.util.Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getRenderFragments in class AjaxTilesView