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 Set<String> |
getRenderFragments(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getAjaxHandler, render, setAjaxHandler
getMarkupSelector, renderFragment, setMarkupSelector
addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getForceContentType, getLocale, getStaticVariables, getTemplateEngine, getTemplateName, isContentTypeSet, isForceContentTypeSet, setBeanName, setCharacterEncoding, setContentType, setForceContentType, setLocale, setStaticVariables, setTemplateEngine, setTemplateName
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
protected Set<String> getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
getRenderFragments
in class AjaxThymeleafView
Copyright © 2017 The THYMELEAF team. All rights reserved.