org.tinygroup.weblayer.webcontext.parser.impl
类 PropertyEditorRegistrarsSupport

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
所有已实现的接口:
Iterable<org.springframework.beans.PropertyEditorRegistrar>, org.springframework.beans.PropertyEditorRegistrar

public class PropertyEditorRegistrarsSupport
extends Object
implements org.springframework.beans.PropertyEditorRegistrar, Iterable<org.springframework.beans.PropertyEditorRegistrar>

代表一个property editor registrar的集合,然而它本身也是一个 PropertyEditorRegistrar

作者:
Michael Zhou

构造方法摘要
PropertyEditorRegistrarsSupport()
           
 
方法摘要
 org.springframework.beans.PropertyEditorRegistrar[] getPropertyEditorRegistrars()
          取得一组PropertyEditor注册器。
 Iterator<org.springframework.beans.PropertyEditorRegistrar> iterator()
          遍历registrars。
 void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
          在registry中注册自定义的PropertyEditor
 void setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[] propertyEditorRegistrars)
          设置一组PropertyEditor注册器。
 int size()
          查看有几个registrars。
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

PropertyEditorRegistrarsSupport

public PropertyEditorRegistrarsSupport()
方法详细信息

getPropertyEditorRegistrars

public org.springframework.beans.PropertyEditorRegistrar[] getPropertyEditorRegistrars()
取得一组PropertyEditor注册器。

PropertyEditor负责将字符串值转换成bean property的类型,或反之。


setPropertyEditorRegistrars

public void setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[] propertyEditorRegistrars)
设置一组PropertyEditor注册器。

PropertyEditor负责将字符串值转换成bean property的类型,或反之。


registerCustomEditors

public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
在registry中注册自定义的PropertyEditor

指定者:
接口 org.springframework.beans.PropertyEditorRegistrar 中的 registerCustomEditors

size

public int size()
查看有几个registrars。


iterator

public Iterator<org.springframework.beans.PropertyEditorRegistrar> iterator()
遍历registrars。

指定者:
接口 Iterable<org.springframework.beans.PropertyEditorRegistrar> 中的 iterator

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2006–2014 开源组织. All rights reserved.