インターフェースの使用
org.springframework.web.WebApplicationInitializer
WebApplicationInitializer を使用するパッケージ
パッケージ
説明
Web アプリケーションのアプリケーションコンテキストインターフェースのバリアントと、ルート Web アプリケーションコンテキストをブートストラップする ContextLoaderListener が含まれています。
基礎となる
org.springframework.http.client.reactive リアクティブ HTTP アダプターと HttpHandler に適応する実装。Spring の Web MVC フレームワークのサポートクラス。
org.springframework.web.context 内の WebApplicationInitializer 使用
WebApplicationInitializer を実装している org.springframework.web.context のクラスorg.springframework.web.server.adapter 内の WebApplicationInitializer 使用
修飾子と型クラス説明classサーブレットコンテナーに Spring Reactive Web アプリケーションをインストールするWebApplicationInitializerの基本クラス。org.springframework.web.servlet.support 内の WebApplicationInitializer 使用
修飾子と型クラス説明classDispatcherServletを登録し、Java ベースの Spring 構成を使用するWebApplicationInitializer。classDispatcherServletをサーブレットコンテキストに登録するWebApplicationInitializer実装の基本クラス。