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, toStringaddStaticAttribute, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setRequestContextAttributesetServletContextpublic AjaxHandler getAjaxHandler()
public void setAjaxHandler(AjaxHandler ajaxHandler)