站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.PropertyEditorRegistrySupport (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.PropertyEditorRegistrySupport

Packages that use PropertyEditorRegistrySupport
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
 

Uses of PropertyEditorRegistrySupport in org.springframework.beans
 

Subclasses of PropertyEditorRegistrySupport in org.springframework.beans
 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 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 PropertyEditorRegistrySupport
protected  void PropertyEditorRegistrySupport.copyDefaultEditorsTo(PropertyEditorRegistrySupport target)
          Copy the default editors registered in this instance to the given target registry.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.