クラス JsfFlowHandlerAdapter

java.lang.ObjectSE
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
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.InitializingBeanorg.springframework.context.ApplicationContextAwareorg.springframework.web.context.ServletContextAwareorg.springframework.web.servlet.HandlerAdapter

public class JsfFlowHandlerAdapter extends FlowHandlerAdapter
デフォルトの AjaxHandler インスタンスを JsfAjaxHandler に置き換える FlowHandlerAdapter の拡張です。
導入:
2.2.0
作成者:
Rossen Stoyanchev
  • コンストラクターの詳細

    • JsfFlowHandlerAdapter

      public JsfFlowHandlerAdapter()
  • メソッドの詳細

    • afterPropertiesSet

      public void afterPropertiesSet() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.InitializingBeanafterPropertiesSet 
      オーバーライド:
      クラス FlowHandlerAdapterafterPropertiesSet 
      例外:
      ExceptionSE
    • handle

      public org.springframework.web.servlet.ModelAndView handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ObjectSE handler) throws ExceptionSE
      次で指定:
      インターフェース org.springframework.web.servlet.HandlerAdapterhandle 
      オーバーライド:
      クラス FlowHandlerAdapterhandle 
      例外:
      ExceptionSE