org.springframework.beans.propertyeditors
Class ClassEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.springframework.beans.propertyeditors.ClassEditor

public class ClassEditor
extends PropertyEditorSupport

Editor for java.lang.Class, to directly feed a Class property instead of using a String class name property.

Author:
Juergen Hoeller
Since: 13.05.2003
See Also: Class

Method Summary
 StringgetAsText()
           
 voidsetAsText(String text)
           

Methods inherited from class java.beans.PropertyEditorSupport
firePropertyChange, isPaintable, supportsCustomEditor, getCustomEditor, addPropertyChangeListener, removePropertyChangeListener, getValue, setValue, getJavaInitializationString, getTags, paintValue

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals, toString

Method Detail

getAsText

public String getAsText()

setAsText

public void setAsText(String text)
throws java.lang.IllegalArgumentException