|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
public class PropertyEditorRegistrarsSupport
代表一个property editor registrar的集合,然而它本身也是一个
PropertyEditorRegistrar。
| 构造方法摘要 | |
|---|---|
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 |
| 构造方法详细信息 |
|---|
public PropertyEditorRegistrarsSupport()
| 方法详细信息 |
|---|
public org.springframework.beans.PropertyEditorRegistrar[] getPropertyEditorRegistrars()
PropertyEditor注册器。
PropertyEditor负责将字符串值转换成bean property的类型,或反之。
public void setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[] propertyEditorRegistrars)
PropertyEditor注册器。
PropertyEditor负责将字符串值转换成bean property的类型,或反之。
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
PropertyEditor。
org.springframework.beans.PropertyEditorRegistrar 中的 registerCustomEditorspublic int size()
public Iterator<org.springframework.beans.PropertyEditorRegistrar> iterator()
Iterable<org.springframework.beans.PropertyEditorRegistrar> 中的 iteratorpublic String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||