パッケージ | 説明 |
---|---|
org.springframework.boot.web.context | Spring の ApplicationContext と Web の統合。 |
org.springframework.boot.web.reactive.context | Spring の ApplicationContext とのリアクティブベースの Web 統合。 |
org.springframework.boot.web.servlet.context | Spring の WebApplicationContext とのサーブレットベースの Web 統合。 |
修飾子と型 | インターフェースと説明 |
---|---|
interface | ConfigurableWebServerApplicationContext ほとんど web server application contexts によって実装される SPI インターフェース。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract WebServerApplicationContext | WebServerInitializedEvent.getApplicationContext() サーバーが作成されたアプリケーションコンテキストにアクセスします。 |
修飾子と型 | クラスと説明 |
---|---|
class | AnnotationConfigReactiveWebServerApplicationContext アノテーション付きクラスを入力として受け入れる ReactiveWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。 |
class | ReactiveWebServerApplicationContext 含まれている ReactiveWebServerFactory Bean からブートストラップするために使用できる GenericReactiveWebApplicationContext 。 |
修飾子と型 | クラスと説明 |
---|---|
class | AnnotationConfigServletWebServerApplicationContext アノテーション付きクラスを入力として受け入れる ServletWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。 |
class | ServletWebServerApplicationContext 含まれている ServletWebServerFactory Bean からブートストラップするために使用できる WebApplicationContext 。 |
class | XmlServletWebServerApplicationContext XmlBeanDefinitionReader によって理解される XML ドキュメントから構成を取得する ServletWebServerApplicationContext |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.