org.springframework.beans.propertyeditors
Class ClassEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.springframework.beans.propertyeditors.ClassEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ClassEditor
extends java.beans.PropertyEditorSupport

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

Since:
13.05.2003
Author:
Juergen Hoeller
See Also:
Class

Constructor Summary
ClassEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassEditor

public ClassEditor()
Method Detail

setAsText

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

getAsText

public java.lang.String getAsText()


Copyright (C) 2003-2004 The Spring Framework Project.