Class PropertyEditorHelper

java.lang.Object
org.apache.xbean.spring.context.impl.PropertyEditorHelper

public class PropertyEditorHelper extends Object
A helper method to register some custom editors
Version:
$Revision: 1.1 $
  • Constructor Details

    • PropertyEditorHelper

      public PropertyEditorHelper()
  • Method Details

    • registerCustomEditors

      public static void registerCustomEditors()
    • registerEditor

      protected static void registerEditor(String typeName, String editorName)
    • unregisterCustomEditors

      public static void unregisterCustomEditors()
    • unregisterEditor

      protected static void unregisterEditor(String typeName)
    • loadClass

      public static Class loadClass(String name)