クラス 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 SmartContextLoader
XML 構成ファイルや Groovy スクリプトをサポートするデリゲートSmartContextLoader
を取得します。クラス org.springframework.test.context.support.AbstractDelegatingSmartContextLoader から継承されたメソッド
loadContext, loadContextForAotProcessing, 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
クラスからコピーされた説明:AbstractDelegatingSmartContextLoader
XML 構成ファイルや Groovy スクリプトをサポートするデリゲートSmartContextLoader
を取得します。- 次で指定:
- クラス
AbstractDelegatingSmartContextLoader
のgetXmlLoader
getAnnotationConfigLoader
クラスからコピーされた説明:AbstractDelegatingSmartContextLoader
アノテーション付きクラスをサポートするデリゲートSmartContextLoader
を取得します。