クラス AbstractContextLoader

java.lang.ObjectSE
org.springframework.test.context.support.AbstractContextLoader
実装されたすべてのインターフェース:
ContextLoaderSmartContextLoader
既知の直属サブクラス
AbstractGenericContextLoaderAbstractGenericWebContextLoader

public abstract class AbstractContextLoader extends ObjectSE implements SmartContextLoader
ContextLoader SPI のすべての具体的な実装の基礎を提供する抽象アプリケーションコンテキストローダー。processing リソースの場所にテンプレートメソッドベースのアプローチを提供します。

AbstractContextLoader は、SmartContextLoader SPI のすべての具体的な実装の基礎も提供します。ContextLoader SPI との下位互換性のために、processContextConfiguration(ContextConfigurationAttributes)processLocations(Class, String...) に委譲されます。

導入:
2.5
作成者:
Sam Brannen, Juergen Hoeller, Phillip Webb
関連事項: