public class PropertyEditorManager extends Object
Constructor and Description |
---|
PropertyEditorManager() |
Modifier and Type | Method and Description |
---|---|
static PropertyEditor |
findEditor(Class<?> targetType) |
static String[] |
getEditorSearchPath() |
static void |
registerEditor(Class<?> targetType,
Class<?> editorClass) |
static void |
setEditorSearchPath(String[] apath) |
public static PropertyEditor findEditor(Class<?> targetType)
public static void setEditorSearchPath(String[] apath)
public static String[] getEditorSearchPath()
Copyright © 2013. All Rights Reserved.