クラス WebDelegatingSmartContextLoader
java.lang.ObjectSE
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.test.context.web.WebDelegatingSmartContextLoader
- 実装されているすべてのインターフェース:
AotContextLoader、ContextLoader、SmartContextLoader
WebDelegatingSmartContextLoader は、GenericXmlWebContextLoader(または Groovy がクラスパスに存在する場合は GenericGroovyXmlWebContextLoader)および AnnotationConfigWebContextLoader に委譲する AbstractDelegatingSmartContextLoader の具象実装です。- 導入:
- 3.2
- 作成者:
- Sam Brannen
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected SmartContextLoaderアノテーション付きクラスをサポートするデリゲートSmartContextLoaderを取得します。protected SmartContextLoaderXML 構成ファイルや Groovy スクリプトをサポートするデリゲートSmartContextLoaderを取得します。クラス org.springframework.test.context.support.AbstractDelegatingSmartContextLoader から継承されたメソッド
loadContext, loadContextForAotProcessing, loadContextForAotRuntime, processContextConfigurationクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.test.context.SmartContextLoader から継承されたメソッド
loadContext, processLocations
コンストラクターの詳細
WebDelegatingSmartContextLoader
public WebDelegatingSmartContextLoader()
メソッドの詳細
getXmlLoader
クラスからコピーされた説明:AbstractDelegatingSmartContextLoaderXML 構成ファイルや Groovy スクリプトをサポートするデリゲートSmartContextLoaderを取得します。- 次で指定:
- クラス
AbstractDelegatingSmartContextLoaderのgetXmlLoader
getAnnotationConfigLoader
クラスからコピーされた説明:AbstractDelegatingSmartContextLoaderアノテーション付きクラスをサポートするデリゲートSmartContextLoaderを取得します。