Class FlowAjaxThymeleafView

Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
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

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:
3.0.3
Author:
Daniel Fernández
  • Constructor Details

    • FlowAjaxThymeleafView

      public FlowAjaxThymeleafView()
  • Method Details

    • getRenderFragments

      protected Set<String> getRenderFragments(Map model, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Overrides:
      getRenderFragments in class AjaxThymeleafView