org.tinygroup.weblayer.webcontext.parser
类 StringFileItemEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
- 所有已实现的接口:
- PropertyEditor
public class StringFileItemEditor
- extends PropertyEditorSupport
将FileItem转换成字符串。
- 作者:
- renhui
| 从类 java.beans.PropertyEditorSupport 继承的方法 |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringFileItemEditor
public StringFileItemEditor()
setAsText
public void setAsText(String text)
- 指定者:
- 接口
PropertyEditor 中的 setAsText - 覆盖:
- 类
PropertyEditorSupport 中的 setAsText
setValue
public void setValue(Object value)
- 指定者:
- 接口
PropertyEditor 中的 setValue - 覆盖:
- 类
PropertyEditorSupport 中的 setValue
Copyright © 2006–2014 开源组织. All rights reserved.