パッケージ | 説明 |
---|---|
org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
修飾子と型 | メソッドと説明 |
---|---|
protected SmartContextLoader | DelegatingSmartContextLoader.getAnnotationConfigLoader() |
protected abstract SmartContextLoader | AbstractDelegatingSmartContextLoader.getAnnotationConfigLoader() アノテーション付きクラスをサポートするデリゲート SmartContextLoader を取得します。 |
protected SmartContextLoader | DelegatingSmartContextLoader.getXmlLoader() |
protected abstract SmartContextLoader | AbstractDelegatingSmartContextLoader.getXmlLoader() XML 構成ファイルや Groovy スクリプトをサポートするデリゲート SmartContextLoader を取得します。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractGenericWebContextLoader GenericWebApplicationContext をロードする AbstractContextLoader の抽象、汎用拡張。 |
class | AnnotationConfigWebContextLoader アノテーション付きクラスから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |
class | GenericGroovyXmlWebContextLoader Groovy スクリプトおよび XML 構成ファイルから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |
class | GenericXmlWebContextLoader XML リソースから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |
class | WebDelegatingSmartContextLoader WebDelegatingSmartContextLoader は、GenericXmlWebContextLoader (または Groovy がクラスパスに存在する場合は GenericGroovyXmlWebContextLoader )および AnnotationConfigWebContextLoader に委譲する AbstractDelegatingSmartContextLoader の具象実装です。 |
修飾子と型 | メソッドと説明 |
---|---|
protected SmartContextLoader | WebDelegatingSmartContextLoader.getAnnotationConfigLoader() |
protected SmartContextLoader | WebDelegatingSmartContextLoader.getXmlLoader() |