public class DelegatingSmartContextLoader extends AbstractDelegatingSmartContextLoader
DelegatingSmartContextLoader は、GenericXmlContextLoader(または Groovy がクラスパスに存在する場合は GenericGroovyXmlContextLoader)および AnnotationConfigContextLoader に委譲する AbstractDelegatingSmartContextLoader の具象実装です。SmartContextLoader, AbstractDelegatingSmartContextLoader, GenericXmlContextLoader, GenericGroovyXmlContextLoader, AnnotationConfigContextLoader| コンストラクターと説明 |
|---|
DelegatingSmartContextLoader() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected SmartContextLoader | getAnnotationConfigLoader() アノテーション付きクラスをサポートするデリゲート SmartContextLoader を取得します。 |
protected SmartContextLoader | getXmlLoader()XML 構成ファイルや Groovy スクリプトをサポートするデリゲート SmartContextLoader を取得します。 |
loadContext, loadContext, processContextConfiguration, processLocationscloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected SmartContextLoader getXmlLoader()
AbstractDelegatingSmartContextLoaderSmartContextLoader を取得します。AbstractDelegatingSmartContextLoader の getXmlLoader protected SmartContextLoader getAnnotationConfigLoader()
AbstractDelegatingSmartContextLoaderSmartContextLoader を取得します。