インターフェース PropertyEditorRegistrar
- すべての既知の実装クラス:
ResourceEditorRegistrar
public interface PropertyEditorRegistrar
カスタム
property editors
SE を property editor registry
に登録する戦略のインターフェース。これは、いくつかの状況で同じプロパティエディターのセットを使用する必要がある場合に特に役立ちます。対応するレジストラを作成し、それぞれの場合にそれを再利用します。
- 導入:
- 1.2.6
- 作成者:
- Juergen Hoeller
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明void
registerCustomEditors
(PropertyEditorRegistry registry) 指定されたPropertyEditorRegistry
でカスタムPropertyEditors
SE を登録します。
メソッドの詳細
registerCustomEditors
指定されたPropertyEditorRegistry
でカスタムPropertyEditors
SE を登録します。渡されるレジストリは通常、
BeanWrapper
またはDataBinder
です。実装は、このメソッドの呼び出しごとに新しい
PropertyEditors
インスタンスを作成することが予想されます(PropertyEditors
はスレッドセーフではないため)。- パラメーター:
registry
- カスタムPropertyEditors
を登録するPropertyEditorRegistry