Package org.jboss.util.propertyeditor
Class URLEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.TextPropertyEditorSupport
-
- org.jboss.util.propertyeditor.URLEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class URLEditor extends TextPropertyEditorSupport
A property editor forURL
.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description URLEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
Returns a URL for the input object converted to a string.-
Methods inherited from class org.jboss.util.propertyeditor.TextPropertyEditorSupport
setAsText
-
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
Returns a URL for the input object converted to a string.- Specified by:
getValue
in interfacejava.beans.PropertyEditor
- Overrides:
getValue
in classjava.beans.PropertyEditorSupport
- Returns:
- a URL object
- Throws:
NestedRuntimeException
- An MalformedURLException occured.
-
-