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 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanDeprecated.private static final PropertyEditorRegistryDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanConvert(Class<?> type) Deprecated.static booleancanConvert(String type, ClassLoader classLoader) Deprecated.static ObjectDeprecated.static ObjectgetValue(String type, String value, ClassLoader classLoader) Deprecated.static booleanDeprecated.Are converters registered with the VM PropertyEditorManager.static voidregisterConverter(Converter converter) Deprecated.static PropertyEditorRegistryregistry()Deprecated.static voidsetRegisterWithVM(boolean registerWithVM) Deprecated.Sets if converters registered with the VM PropertyEditorManager.static StringDeprecated.
-
Field Details
-
registerWithVM
private static boolean registerWithVMDeprecated. -
REGISTRY
Deprecated.
-
-
Constructor Details
-
PropertyEditors
public PropertyEditors()Deprecated.
-
-
Method Details
-
isRegisterWithVM
public static boolean 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
public static void setRegisterWithVM(boolean registerWithVM) 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.
-