org.springframework.beans.propertyeditors
Class URLEditor

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

public class URLEditor
extends PropertyEditorSupport

Editor for java.net.URL, to directly feed a URL property instead of using a String property.

Author:
Juergen Hoeller
Since: 15.12.2003

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