クラス JsfResourceRequestHandler
java.lang.ObjectSE
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.faces.webflow.JsfResourceRequestHandler
- 実装済みのインターフェース一覧:
org.springframework.beans.factory.Aware、org.springframework.context.ApplicationContextAware、org.springframework.web.context.ServletContextAware、org.springframework.web.HttpRequestHandler
public class JsfResourceRequestHandler
extends org.springframework.web.context.support.WebApplicationObjectSupport
implements org.springframework.web.HttpRequestHandler
JSF ResourceHandler に委譲することでリクエストを処理します。JSF ResourceHandler は、既知の場所からイメージ、CSS、JavaScript ファイルなどの Web アプリケーションおよびクラスパスリソースを提供します。
- 導入:
- 2.2.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
ResourceHandler
フィールド概要
クラス org.springframework.context.support.ApplicationObjectSupport から継承されたフィールド
loggerコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidhandleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) クラス org.springframework.web.context.support.WebApplicationObjectSupport から継承されたメソッド
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextクラス org.springframework.context.support.ApplicationObjectSupport から継承されたメソッド
getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
コンストラクターの詳細
JsfResourceRequestHandler
public JsfResourceRequestHandler()
メソッドの詳細
handleRequest
public void handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOExceptionSE - 次で指定:
- インターフェース
org.springframework.web.HttpRequestHandlerのhandleRequest - 例外:
IOExceptionSE