org.thymeleaf.spring3.view
Class FlowAjaxThymeleafView

Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.context.support.WebApplicationObjectSupport
          extended by org.thymeleaf.spring3.view.AbstractThymeleafView
              extended by org.thymeleaf.spring3.view.ThymeleafView
                  extended by org.thymeleaf.spring3.view.AjaxThymeleafView
                      extended by org.thymeleaf.spring3.view.FlowAjaxThymeleafView
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.View, AjaxEnabledView

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.

Since:
2.0.11
Author:
Daniel Fernández

Field Summary
 
Fields inherited from class org.thymeleaf.spring3.view.AbstractThymeleafView
DEFAULT_CONTENT_TYPE
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Fields inherited from interface org.springframework.web.servlet.View
RESPONSE_STATUS_ATTRIBUTE
 
Constructor Summary
FlowAjaxThymeleafView()
           
 
Method Summary
protected  String[] getRenderFragments(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.thymeleaf.spring3.view.AjaxThymeleafView
getAjaxHandler, render, setAjaxHandler
 
Methods inherited from class org.thymeleaf.spring3.view.ThymeleafView
getFragmentSpec, renderFragment, setFragmentSpec
 
Methods inherited from class org.thymeleaf.spring3.view.AbstractThymeleafView
addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getLocale, getStaticVariables, getTemplateEngine, getTemplateName, isContentTypeSet, setBeanName, setCharacterEncoding, setContentType, setLocale, 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
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.web.servlet.View
getContentType
 

Constructor Detail

FlowAjaxThymeleafView

public FlowAjaxThymeleafView()
Method Detail

getRenderFragments

protected String[] getRenderFragments(Map model,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
Overrides:
getRenderFragments in class AjaxThymeleafView


Copyright © 2012 The THYMELEAF team. All Rights Reserved.