Class JsfFlowHandlerAdapter

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
org.springframework.faces.webflow.JsfFlowHandlerAdapter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.HandlerAdapter

public class JsfFlowHandlerAdapter extends FlowHandlerAdapter
An extension of FlowHandlerAdapter that replaces the default AjaxHandler instance with a JsfAjaxHandler.
Since:
2.2.0
Author:
Rossen Stoyanchev
  • Constructor Details

    • JsfFlowHandlerAdapter

      public JsfFlowHandlerAdapter()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class FlowHandlerAdapter
      Throws:
      Exception
    • handle

      public org.springframework.web.servlet.ModelAndView handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler) throws Exception
      Specified by:
      handle in interface org.springframework.web.servlet.HandlerAdapter
      Overrides:
      handle in class FlowHandlerAdapter
      Throws:
      Exception