インターフェースの使用 
org.springframework.web.context.ConfigurableWebApplicationContext
ConfigurableWebApplicationContext を使用するパッケージ 
 パッケージ 
 説明 
Web アプリケーションのアプリケーションコンテキストインターフェースのバリアントと、ルート Web アプリケーションコンテキストをブートストラップする ContextLoaderListener が含まれています。
WebApplicationContext 実装やさまざまなユーティリティクラスなど、
org.springframework.web.context パッケージをサポートするクラス。 アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。
- org.springframework.web.context 内の ConfigurableWebApplicationContext 使用型 ConfigurableWebApplicationContext のパラメーターを持つ org.springframework.web.context のメソッド修飾子と型メソッド説明- protected voidContextLoader.- configureAndRefreshWebApplicationContext- (ConfigurableWebApplicationContext wac, ServletContextEE sc) - protected voidContextLoader.- customizeContext- (ServletContextEE sc, ConfigurableWebApplicationContext wac) 構成の場所がコンテキストに提供された後、コンテキストがリフレッシュされる前に、この ContextLoader によって作成された- ConfigurableWebApplicationContextをカスタマイズします。
- org.springframework.web.context.support 内の ConfigurableWebApplicationContext 使用修飾子と型クラス説明- classWeb 環境用の- ConfigurableWebApplicationContextインターフェースを実装する- AbstractRefreshableApplicationContextサブクラス。- classコンポーネントクラスを入力として受け入れる- WebApplicationContext実装 — 特に- @Configurationクラスだけでなく、プレーンな- @Componentクラス、- jakarta.injectアノテーションを使用する JSR-330 準拠のクラス。- classWeb 環境に適した- GenericApplicationContextのサブクラス。- class- GroovyBeanDefinitionReaderで理解されるように、Groovy Bean 定義スクリプトおよび / または XML ファイルから構成を取得する- WebApplicationContext実装。- classテスト用の静的- WebApplicationContext実装。- class- XmlBeanDefinitionReaderが理解する XML ドキュメントから構成を取得する- WebApplicationContext実装。
- org.springframework.web.servlet 内の ConfigurableWebApplicationContext 使用型 ConfigurableWebApplicationContext のパラメーターを持つ org.springframework.web.servlet のメソッド修飾子と型メソッド説明- protected voidFrameworkServlet.- configureAndRefreshWebApplicationContext- (ConfigurableWebApplicationContext wac) - protected voidFrameworkServlet.- postProcessWebApplicationContext- (ConfigurableWebApplicationContext wac) このサーブレットのコンテキストとしてリフレッシュおよびアクティブ化される前に、指定された WebApplicationContext を後処理します。