public class FlowAjaxThymeleafView extends AjaxThymeleafView
Subclass of AjaxThymeleafView
for Spring WebFlow,
designed for obtaining the fragments to be rendered via
AJAX in the way needed by Spring WebFlow.
Most people will need to use this class instead of
AjaxThymeleafView
if you are using Spring WebFlow.
DEFAULT_CONTENT_TYPE
Constructor and Description |
---|
FlowAjaxThymeleafView() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
getRenderFragments(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getAjaxHandler, render, setAjaxHandler
getFragmentSpec, renderFragment, setFragmentSpec
addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getLocale, getStaticVariables, getTemplateEngine, getTemplateName, isContentTypeSet, setBeanName, setCharacterEncoding, setContentType, setLocale, setStaticVariables, setTemplateEngine, setTemplateName
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext
protected String[] getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
getRenderFragments
in class AjaxThymeleafView
Copyright © 2016 The THYMELEAF team. All rights reserved.