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

构造方法摘要
StringFileItemEditor()
           
 
方法摘要
 void setAsText(String text)
           
 void setValue(Object value)
           
 
从类 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–2013 开源组织. All rights reserved.