org.apache.xbean.propertyeditor
Class PropertyEditors
java.lang.Object
org.apache.xbean.propertyeditor.PropertyEditors
public class PropertyEditors
- extends Object
The property editor manager. This orchestrates Geronimo usage of
property editors, allowing additional search paths to be added and
specific editors to be registered.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditors
public PropertyEditors()
registerConverter
public static void registerConverter(Converter converter)
canConvert
public static boolean canConvert(String type,
ClassLoader classLoader)
canConvert
public static boolean canConvert(Class type)
toString
public static String toString(Object value)
throws PropertyEditorException
- Throws:
PropertyEditorException
getValue
public static Object getValue(String type,
String value,
ClassLoader classLoader)
throws PropertyEditorException
- Throws:
PropertyEditorException
getValue
public static Object getValue(Class type,
String value)
throws PropertyEditorException
- Throws:
PropertyEditorException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.