org.apache.xbean.spring.context.impl
Class URIEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.xbean.spring.context.impl.URIEditor
- All Implemented Interfaces:
- PropertyEditor
public class URIEditor
- extends PropertyEditorSupport
Editor for java.net.URI
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIEditor
public URIEditor()
setAsText
public void setAsText(String text)
throws IllegalArgumentException
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class PropertyEditorSupport
- Throws:
IllegalArgumentException
getAsText
public String getAsText()
- Specified by:
getAsText
in interface PropertyEditor
- Overrides:
getAsText
in class PropertyEditorSupport
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.