Package org.alfresco.util
Class CustomPropertyEditorRegistrar
java.lang.Object
org.alfresco.util.CustomPropertyEditorRegistrar
- All Implemented Interfaces:
org.springframework.beans.PropertyEditorRegistrar
public class CustomPropertyEditorRegistrar
extends Object
implements org.springframework.beans.PropertyEditorRegistrar
Custom property editor registrar.
- Since:
- 5.0
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCustomEditors(org.springframework.beans.PropertyEditorRegistry registry) voidsetNamespaceService(NamespaceService namespaceService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.PropertyEditorRegistrar
overridesDefaultEditors
-
Constructor Details
-
CustomPropertyEditorRegistrar
public CustomPropertyEditorRegistrar()
-
-
Method Details
-
setNamespaceService
- Parameters:
namespaceService- namespace service
-
registerCustomEditors
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry) - Specified by:
registerCustomEditorsin interfaceorg.springframework.beans.PropertyEditorRegistrar- See Also:
-
PropertyEditorRegistrar.registerCustomEditors(org.springframework.beans.PropertyEditorRegistry)
-