クラス JsfResourceRequestHandler

java.lang.ObjectSE
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.faces.webflow.JsfResourceRequestHandler
実装済みのインターフェース一覧:
org.springframework.beans.factory.Awareorg.springframework.context.ApplicationContextAwareorg.springframework.web.context.ServletContextAwareorg.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
  • コンストラクター概要

    コンストラクター
    コンストラクター
    説明
  • 方法の概要

    修飾子と型
    メソッド
    説明
    void
    handleRequest(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

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

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

    • JsfResourceRequestHandler

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

    • handleRequest

      public void handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOExceptionSE
      次で指定:
      インターフェース org.springframework.web.HttpRequestHandlerhandleRequest 
      例外:
      IOExceptionSE