public class AjaxTilesView
extends org.springframework.web.servlet.view.tiles2.TilesView
This implementation uses the SpringJavascriptAjaxHandler
by default to determine whether the current request
is an Ajax request. On an Ajax request, a "fragments" parameter will be extracted from the request in order to
determine which attributes to render from the current tiles view.
Constructor and Description |
---|
AjaxTilesView() |
Modifier and Type | Method and Description |
---|---|
AjaxHandler |
getAjaxHandler() |
void |
setAjaxHandler(AjaxHandler ajaxHandler) |
afterPropertiesSet, getUrl, setUrl, toString
addStaticAttribute, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute
setServletContext
public AjaxHandler getAjaxHandler()
public void setAjaxHandler(AjaxHandler ajaxHandler)