| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyEditorRegistry | |
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.support | Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. | 
| org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. | 
| org.springframework.web.bind | Provides web-specific data binding functionality. | 
| org.springframework.web.bind.support | Support classes for web data binding. | 
| org.springframework.web.portlet.bind | Provides portlet-specific data binding functionality. | 
| Uses of PropertyEditorRegistry in org.springframework.beans | 
|---|
| Subinterfaces of PropertyEditorRegistry in org.springframework.beans | |
|---|---|
|  interface | BeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure. | 
|  interface | ConfigurablePropertyAccessorInterface that encapsulates configuration methods for a PropertyAccessor. | 
| Classes in org.springframework.beans that implement PropertyEditorRegistry | |
|---|---|
|  class | AbstractPropertyAccessorAbstract implementation of the PropertyAccessorinterface. | 
|  class | BeanWrapperImplDefault BeanWrapperimplementation that should be sufficient
 for all typical use cases. | 
|  class | DirectFieldAccessorPropertyAccessorimplementation that directly accesses instance fields. | 
|  class | PropertyEditorRegistrySupportBase implementation of the PropertyEditorRegistryinterface. | 
|  class | SimpleTypeConverterSimple implementation of the TypeConverter interface that does not operate on any specific target object. | 
| Methods in org.springframework.beans with parameters of type PropertyEditorRegistry | |
|---|---|
| protected  void | PropertyEditorRegistrySupport.copyCustomEditorsTo(PropertyEditorRegistry target,
                    String nestedProperty)Copy the custom editors registered in this instance to the given target registry. | 
|  void | PropertyEditorRegistrar.registerCustomEditors(PropertyEditorRegistry registry)Register custom PropertyEditorswith
 the givenPropertyEditorRegistry. | 
| Uses of PropertyEditorRegistry in org.springframework.beans.factory.config | 
|---|
| Methods in org.springframework.beans.factory.config with parameters of type PropertyEditorRegistry | |
|---|---|
|  void | ConfigurableBeanFactory.copyRegisteredEditorsTo(PropertyEditorRegistry registry)Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory. | 
| Uses of PropertyEditorRegistry in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support with parameters of type PropertyEditorRegistry | |
|---|---|
|  void | AbstractBeanFactory.copyRegisteredEditorsTo(PropertyEditorRegistry registry) | 
| protected  void | AbstractBeanFactory.registerCustomEditors(PropertyEditorRegistry registry)Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory. | 
| Uses of PropertyEditorRegistry in org.springframework.beans.support | 
|---|
| Methods in org.springframework.beans.support with parameters of type PropertyEditorRegistry | |
|---|---|
|  void | ResourceEditorRegistrar.registerCustomEditors(PropertyEditorRegistry registry)Populate the given bean factory with the following resource editors: ResourceEditor, InputStreamEditor, FileEditor, URLEditor, ClassEditor, URIEditor. | 
| Uses of PropertyEditorRegistry in org.springframework.validation | 
|---|
| Classes in org.springframework.validation that implement PropertyEditorRegistry | |
|---|---|
|  class | DataBinderBinder that allows for setting property values onto a target object, including support for validation and binding result analysis. | 
| Methods in org.springframework.validation that return PropertyEditorRegistry | |
|---|---|
| protected  PropertyEditorRegistry | DataBinder.getPropertyEditorRegistry()Return the underlying TypeConverter of this binder's BindingResult. | 
|  PropertyEditorRegistry | AbstractPropertyBindingResult.getPropertyEditorRegistry()Returns the underlying PropertyAccessor. | 
|  PropertyEditorRegistry | AbstractBindingResult.getPropertyEditorRegistry()This implementation returns null. | 
|  PropertyEditorRegistry | BindException.getPropertyEditorRegistry() | 
|  PropertyEditorRegistry | BindingResult.getPropertyEditorRegistry()Return the underlying PropertyEditorRegistry. | 
| Uses of PropertyEditorRegistry in org.springframework.web.bind | 
|---|
| Classes in org.springframework.web.bind that implement PropertyEditorRegistry | |
|---|---|
|  class | ServletRequestDataBinderSpecial DataBinderto perform data binding
 from servlet request parameters to JavaBeans, including support for multipart files. | 
|  class | WebDataBinderSpecial DataBinderfor data binding from web request parameters
 to JavaBean objects. | 
| Uses of PropertyEditorRegistry in org.springframework.web.bind.support | 
|---|
| Classes in org.springframework.web.bind.support that implement PropertyEditorRegistry | |
|---|---|
|  class | WebRequestDataBinderSpecial DataBinderto perform data binding
 from web request parameters to JavaBeans, including support for multipart files. | 
| Uses of PropertyEditorRegistry in org.springframework.web.portlet.bind | 
|---|
| Classes in org.springframework.web.portlet.bind that implement PropertyEditorRegistry | |
|---|---|
|  class | PortletRequestDataBinderSpecial DataBinderto perform data binding
 from portlet request parameters to JavaBeans, including support for multipart files. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||