Class URLEditor

All Implemented Interfaces:
PropertyEditor, Converter

public class URLEditor extends AbstractConverter
A property editor for URL typed properties.
Version:
$Rev: 6680 $
  • Constructor Details

  • Method Details

    • toObjectImpl

      protected Object toObjectImpl(String text)
      Convert the text value of the property into a URL object instance.
      Specified by:
      toObjectImpl in class AbstractConverter
      Parameters:
      text - the text to convert
      Returns:
      a URL object constructed from the property text value.