public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartContextLoader
WebDelegatingSmartContextLoader は、GenericXmlWebContextLoader(または Groovy がクラスパスに存在する場合は GenericGroovyXmlWebContextLoader)および AnnotationConfigWebContextLoader に委譲する AbstractDelegatingSmartContextLoader の具象実装です。SmartContextLoader, AbstractDelegatingSmartContextLoader, GenericXmlWebContextLoader, AnnotationConfigWebContextLoader| コンストラクターと説明 |
|---|
WebDelegatingSmartContextLoader() |
| 修飾子と型 | メソッドと説明 |
|---|---|
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 を取得します。