Package org.thymeleaf.spring4.view
Class FlowAjaxThymeleafView
- Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.context.support.WebApplicationObjectSupport
-
- org.thymeleaf.spring4.view.AbstractThymeleafView
-
- org.thymeleaf.spring4.view.ThymeleafView
-
- org.thymeleaf.spring4.view.AjaxThymeleafView
-
- org.thymeleaf.spring4.view.FlowAjaxThymeleafView
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
,org.springframework.context.ApplicationContextAware
,org.springframework.web.context.ServletContextAware
,org.springframework.web.servlet.View
,AjaxEnabledView
@Deprecated public class FlowAjaxThymeleafView extends AjaxThymeleafView
Deprecated.Deprecated in 3.0.0. Moved to theorg.thymeleaf.spring4.webflow.view
package. Will be removed from this package in Thymeleaf 3.1.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.- Since:
- 2.0.11
- Author:
- Daniel Fernández
-
-
Field Summary
-
Fields inherited from class org.thymeleaf.spring4.view.AbstractThymeleafView
DEFAULT_CONTENT_TYPE, DEFAULT_PRODUCE_PARTIAL_OUTPUT_WHILE_PROCESSING
-
-
Constructor Summary
Constructors Constructor Description FlowAjaxThymeleafView()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Set<String>
getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.-
Methods inherited from class org.thymeleaf.spring4.view.AjaxThymeleafView
getAjaxHandler, render, setAjaxHandler
-
Methods inherited from class org.thymeleaf.spring4.view.ThymeleafView
getMarkupSelector, renderFragment, setMarkupSelector
-
Methods inherited from class org.thymeleaf.spring4.view.AbstractThymeleafView
addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getForceContentType, getLocale, getProducePartialOutputWhileProcessing, getStaticVariables, getTemplateEngine, getTemplateName, isContentTypeSet, isForceContentTypeSet, isProducePartialOutputWhileProcessingSet, setBeanName, setCharacterEncoding, setContentType, setForceContentType, setLocale, setProducePartialOutputWhileProcessing, setStaticVariables, setTemplateEngine, setTemplateName
-
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
-
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext
-
-
-
-
Method Detail
-
getRenderFragments
protected Set<String> getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.- Overrides:
getRenderFragments
in classAjaxThymeleafView
-
-