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, setAjaxHandler
getUrl, isUrlRequired, setUrl, toString
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponse
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
protected java.lang.String[] getRenderFragments(java.util.Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
getRenderFragments
in class AjaxTilesView