クラス 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.Aware
、org.springframework.context.ApplicationContextAware
、org.springframework.web.context.ServletContextAware
、AjaxHandler
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
コンストラクターの詳細
JsfAjaxHandler
public JsfAjaxHandler()JsfAjaxHandler
メソッドの詳細
isAjaxRequestInternal
protected boolean isAjaxRequestInternal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) - 次で指定:
- クラス
AbstractAjaxHandler
のisAjaxRequestInternal
sendAjaxRedirectInternal
protected void sendAjaxRedirectInternal(StringSE targetUrl, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean popup) throws IOExceptionSE - 次で指定:
- クラス
AbstractAjaxHandler
のsendAjaxRedirectInternal
- 例外:
IOExceptionSE