WebApplicationContext
とのサーブレットベースの Web 統合。参照先: 説明
クラス | 説明 |
---|---|
AnnotationConfigServletWebApplicationContext | アノテーション付きクラスを入力として受け入れる GenericWebApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、javax.inject アノテーションを使用するプレーン @Component クラスと JSR-330 準拠クラスも受け入れます。 |
AnnotationConfigServletWebServerApplicationContext | アノテーション付きクラスを入力として受け入れる ServletWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスおよび javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。 |
ServletWebServerApplicationContext | 含まれている ServletWebServerFactory Bean から自分自身をブートストラップするために使用できる WebApplicationContext 。 |
ServletWebServerApplicationContext.ExistingWebApplicationScopes | ユーザー定義のスコープを保存および復元するユーティリティクラス。 |
ServletWebServerInitializedEvent | ServletWebServerApplicationContext がリフレッシュされ、WebServer が準備された後に発行されるイベント。 |
WebApplicationContextServletContextAwareProcessor | ConfigurableWebApplicationContext で使用するための ServletContextAwareProcessor のバリアント。 |
XmlServletWebServerApplicationContext | XmlBeanDefinitionReader によって理解される XML ドキュメントから構成を取得する ServletWebServerApplicationContext 。 |
WebApplicationContext
とのサーブレットベースの Web 統合。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.