クラス JsfAjaxHandler

java.lang.ObjectSE
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.webflow.context.servlet.AbstractAjaxHandler
org.springframework.faces.webflow.JsfAjaxHandler
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.context.ApplicationContextAwareorg.springframework.web.context.ServletContextAwareAjaxHandler

public class JsfAjaxHandler extends AbstractAjaxHandler
JSF 2 Ajax リクエストを識別し、レスポンスのコンテンツにリダイレクト命令を含めることでリダイレクト命令をクライアントに返すことができる、JSF 2 リクエスト用の Ajax ハンドラー。
導入:
2.2.0
作成者:
Rossen Stoyanchev
関連事項:
  • フィールドのサマリー

    クラス org.springframework.context.support.ApplicationObjectSupport から継承されたフィールド

    logger
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    protected boolean
    isAjaxRequestInternal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    protected void
    sendAjaxRedirectInternal(StringSE targetUrl, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean popup)

    クラス org.springframework.webflow.context.servlet.AbstractAjaxHandler から継承されたメソッド

    isAjaxRequest, sendAjaxRedirect

    クラス org.springframework.web.context.support.WebApplicationObjectSupport から継承されたメソッド

    getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext

    クラス org.springframework.context.support.ApplicationObjectSupport から継承されたメソッド

    getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • JsfAjaxHandler

      public JsfAjaxHandler()
    • JsfAjaxHandler

      public JsfAjaxHandler(AbstractAjaxHandler delegate)
  • メソッドの詳細