Package org.apache.xbean.propertyeditor
Class PropertyEditors
java.lang.Object
org.apache.xbean.propertyeditor.PropertyEditors
Deprecated.
The property editor manager. This orchestrates Geronimo usage of
property editors, allowing additional search paths to be added and
specific editors to be registered.
- Version:
- $Rev: 6687 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
canConvert
(Class<?> type) Deprecated.static boolean
canConvert
(String type, ClassLoader classLoader) Deprecated.static Object
Deprecated.static Object
getValue
(String type, String value, ClassLoader classLoader) Deprecated.static boolean
Deprecated.Are converters registered with the VM PropertyEditorManager.static void
registerConverter
(Converter converter) Deprecated.static PropertyEditorRegistry
registry()
Deprecated.static void
setRegisterWithVM
(boolean registerWithVM) Deprecated.Sets if converters registered with the VM PropertyEditorManager.static String
Deprecated.
-
Constructor Details
-
PropertyEditors
public PropertyEditors()Deprecated.
-
-
Method Details
-
isRegisterWithVM
Deprecated.Are converters registered with the VM PropertyEditorManager. By default converters are not registered with the VM as this creates problems for IDE and Spring because they rely in their specific converters being registered to function properly. -
setRegisterWithVM
Deprecated.Sets if converters registered with the VM PropertyEditorManager. If the new value is true, all currently registered converters are immediately registered with the VM. -
registerConverter
Deprecated. -
canConvert
Deprecated. -
canConvert
Deprecated. -
toString
Deprecated.- Throws:
PropertyEditorException
-
getValue
public static Object getValue(String type, String value, ClassLoader classLoader) throws PropertyEditorException Deprecated.- Throws:
PropertyEditorException
-
getValue
Deprecated.- Throws:
PropertyEditorException
-
registry
Deprecated.
-