インターフェースの使用
org.springframework.beans.factory.config.Scope
パッケージ
説明
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
org.springframework.beans.factory
パッケージをサポートするクラス。ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。
STOMP などのプロトコルを含む Simple Messaging Protocols の一般的なサポート。
org.springframework.transaction パッケージのサポートクラス。
一般的なリクエストコンテキストの保持、特に HTTP リクエストまたは HTTP セッションごとのアプリケーションオブジェクトのスコープのサポート。
WebApplicationContext 実装やさまざまなユーティリティクラスなど、
org.springframework.web.context
パッケージをサポートするクラス。org.springframework.beans.factory.config 内の Scope 使用
修飾子と型メソッド説明ConfigurableBeanFactory.getRegisteredScope
(StringSE scopeName) 指定されたスコープ名のスコープ実装があれば、それを返します。final Scope
BeanExpressionContext.getScope()
修飾子と型メソッド説明void
指定されたスコープをこのコンフィギュレーターのスコープのマップに追加します。void
ConfigurableBeanFactory.registerScope
(StringSE scopeName, Scope scope) 指定されたスコープの実装に裏付けられた、指定されたスコープを登録します。org.springframework.beans.factory.support 内の Scope 使用
org.springframework.context.support 内の Scope 使用
org.springframework.messaging.simp 内の Scope 使用
org.springframework.transaction.support 内の Scope 使用
修飾子と型クラス説明class
TransactionSynchronizationManager
のリソースバインディングメカニズムに委譲する、単純なトランザクションベースのScope
実装。org.springframework.web.context.request 内の Scope 使用
修飾子と型クラス説明class
現在のスレッドバインドRequestAttributes
オブジェクトの特定のスコープから読み取る抽象Scope
実装。class
リクエストベースのScope
実装。class
セッションベースのScope
実装。org.springframework.web.context.support 内の Scope 使用