|
The Spring Framework | |||||||||
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.support | Classes supporting the org.springframework.beans.factory package. |
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, including a utility class for easy invocation of binding and validation. |
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 |
BeanWrapper
The central interface of Spring's low-level JavaBeans infrastructure. |
interface |
ConfigurablePropertyAccessor
Interface that encapsulates configuration methods for a PropertyAccessor. |
Classes in org.springframework.beans that implement PropertyEditorRegistry | |
---|---|
class |
AbstractPropertyAccessor
Abstract implementation of the PropertyAccessor interface. |
class |
BeanWrapperImpl
Default BeanWrapper implementation that should be sufficient
for all typical use cases. |
class |
DirectFieldAccessor
PropertyAccessor implementation that directly accesses instance fields. |
class |
PropertyEditorRegistrySupport
Base implementation of the PropertyEditorRegistry interface. |
class |
SimpleTypeConverter
Simple 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 PropertyEditors with the given PropertyEditorRegistry. |
Uses of PropertyEditorRegistry in org.springframework.beans.factory.support |
---|
Methods in org.springframework.beans.factory.support with parameters of type PropertyEditorRegistry | |
---|---|
protected void |
AbstractBeanFactory.registerCustomEditors(PropertyEditorRegistry registry)
Initialize the given PropertyEditorRegistry with the custom editors 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 |
DataBinder
Binder 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 | |
---|---|
PropertyEditorRegistry |
BindException.getPropertyEditorRegistry()
Return the PropertyEditorRegistry that the underlying BindingResult uses. |
PropertyEditorRegistry |
BindingResult.getPropertyEditorRegistry()
Return the underlying PropertyEditorRegistry. |
PropertyEditorRegistry |
AbstractPropertyBindingResult.getPropertyEditorRegistry()
Returns the underlying PropertyAccessor. |
PropertyEditorRegistry |
AbstractBindingResult.getPropertyEditorRegistry()
This implementation throws an UnsupportedOperationException. |
Uses of PropertyEditorRegistry in org.springframework.web.bind |
---|
Classes in org.springframework.web.bind that implement PropertyEditorRegistry | |
---|---|
class |
ServletRequestDataBinder
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files. |
class |
WebDataBinder
Special DataBinder for data binding from web request parameters
to JavaBean objects. |
Uses of PropertyEditorRegistry in org.springframework.web.portlet.bind |
---|
Classes in org.springframework.web.portlet.bind that implement PropertyEditorRegistry | |
---|---|
class |
PortletRequestDataBinder
Special DataBinder to perform data binding from PortletRequest parameters to JavaBeans. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |