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