Class 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 the org.thymeleaf.spring3.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
    • Constructor Detail

      • FlowAjaxThymeleafView

        public FlowAjaxThymeleafView()
        Deprecated.
    • Method Detail

      • getRenderFragments

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