クラス ResourceEditorRegistrar
java.lang.ObjectSE
org.springframework.beans.support.ResourceEditorRegistrar
- 実装されているすべてのインターフェース:
PropertyEditorRegistrar
特定の
PropertyEditorRegistry(通常は ApplicationContext 内の Bean の作成に使用される BeanWrapper)にリソースエディターを入力する PropertyEditorRegistrar 実装。AbstractApplicationContext で使用されます。- 導入:
- 2.0
- 作成者:
- Juergen Hoeller, Chris Beams
コンストラクターの概要
コンストラクターコンストラクター説明ResourceEditorRegistrar(ResourceLoader resourceLoader, PropertyResolver propertyResolver) 指定されたResourceLoaderおよびPropertyResolverの新しい ResourceEditorRegistrar を作成します。メソッドのサマリー
修飾子と型メソッド説明booleanvoidregisterCustomEditors(PropertyEditorRegistry registry) 指定されたregistryに ResourceEditor、InputStreamEditor、InputSourceEditor、FileEditor、URLEditor、URIEditor、ClassEditor、ClassArrayEditor のリソースエディターを入力します。
コンストラクターの詳細
ResourceEditorRegistrar
指定されたResourceLoaderおよびPropertyResolverの新しい ResourceEditorRegistrar を作成します。- パラメーター:
resourceLoader- エディターを作成する ResourceLoader(または ResourcePatternResolver) (通常 ApplicationContext)propertyResolver- PropertyResolver (通常は環境)- 関連事項:
メソッドの詳細
registerCustomEditors
指定されたregistryに ResourceEditor、InputStreamEditor、InputSourceEditor、FileEditor、URLEditor、URIEditor、ClassEditor、ClassArrayEditor のリソースエディターを入力します。このレジストラが
ResourcePatternResolverで構成されている場合は、ResourceArrayPropertyEditor も登録されます。- 次で指定:
- インターフェース
PropertyEditorRegistrarのregisterCustomEditors - パラメーター:
registry- カスタムPropertyEditorsを登録するPropertyEditorRegistry- 関連事項:
overridesDefaultEditors
public boolean overridesDefaultEditors()- 次で指定:
- インターフェース
PropertyEditorRegistrarのoverridesDefaultEditors - 関連事項: