|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyEditorRegistrar
Interface for strategies that register custom property editors with a property editor registry. This is particularly useful when you need to use the same set of property editors in several different situations: write a corresponding registrar and reuse that in each case.
Serves as super-interface for the BeanWrapper interface. Implemented by BeanWrapperImpl and also by the DataBinder class in the validation package.
BeanWrapper,
BeanWrapperImpl,
DataBinder,
PropertyEditor| Method Summary | |
|---|---|
void |
registerCustomEditors(PropertyEditorRegistry registry)
Register custom PropertyEditors with the given PropertyEditorRegistry. |
| Method Detail |
|---|
void registerCustomEditors(PropertyEditorRegistry registry)
registry - the PropertyEditorRegistry to register the custom
PropertyEditors with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||