Package org.alfresco.util
Class CustomPropertyEditorRegistrar
- java.lang.Object
-
- org.alfresco.util.CustomPropertyEditorRegistrar
-
- All Implemented Interfaces:
org.springframework.beans.PropertyEditorRegistrar
public class CustomPropertyEditorRegistrar extends java.lang.Object implements org.springframework.beans.PropertyEditorRegistrarCustom property editor registrar.- Since:
- 5.0
- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description CustomPropertyEditorRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
-
-
-
Method Detail
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
- 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)
-
-