org.apache.xbean.spring.context.impl
Class URIEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.apache.xbean.spring.context.impl.URIEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class URIEditor
extends java.beans.PropertyEditorSupport

Editor for java.net.URI


Constructor Summary
URIEditor()
           
 
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

URIEditor

public URIEditor()
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 © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.