インターフェース ConfigurationUtils
public interface ConfigurationUtils
 構成実装のさまざまな場所で使用する必要がある一般的な機能を一元化するためのヘルパークラス。
- 導入:
- 2.0
- 作成者:
- Oliver Gierke, Johannes Englmeier
- メソッドのサマリー静的メソッド修飾子と型メソッド説明- static StringSE- getRequiredBeanClassName- (BeanDefinition beanDefinition) 指定された- BeanDefinitionの Bean クラス名を返します。- static ClassLoaderSE- getRequiredClassLoader- (XmlReaderContext context) 指定された- XmlReaderContextによって使用される- ClassLoaderSE を返します。- static ClassLoaderSE- getRequiredClassLoader- (ResourceLoader resourceLoader) 指定された- ResourceLoaderによって使用される- ClassLoaderSE を返します。- static ResourceLoader指定された- XmlReaderContextから- ResourceLoaderを返します。
- メソッドの詳細- getRequiredResourceLoader指定された- XmlReaderContextから- ResourceLoaderを返します。- パラメーター:
- context- null であってはなりません。
- 戻り値:
- 例外:
- IllegalArgumentExceptionSE-- XmlReaderContextから- ResourceLoaderを取得できない場合。
 
- getRequiredClassLoader指定された- XmlReaderContextによって使用される- ClassLoaderSE を返します。- パラメーター:
- context- null であってはなりません。
- 戻り値:
- 例外:
- IllegalArgumentExceptionSE- 指定された- XmlReaderContextから- ClassLoaderSE を取得できない場合。
 
- getRequiredClassLoader指定された- ResourceLoaderによって使用される- ClassLoaderSE を返します。- パラメーター:
- resourceLoader- null であってはなりません。
- 戻り値:
- 例外:
- IllegalArgumentExceptionSE- 指定された- ResourceLoaderが- ClassLoaderSE を公開しない場合。
 
- getRequiredBeanClassName指定された- BeanDefinitionの Bean クラス名を返します。- パラメーター:
- beanDefinition- null であってはなりません。
- 戻り値:
- 例外:
- IllegalArgumentExceptionSE- 指定された- BeanDefinitionに Bean クラス名が含まれていない場合。