Class CustomPropertyEditorRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.PropertyEditorRegistrar

    public class CustomPropertyEditorRegistrar
    extends java.lang.Object
    implements org.springframework.beans.PropertyEditorRegistrar
    Custom property editor registrar.
    Since:
    5.0
    Author:
    Roy Wetherall
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerCustomEditors​(org.springframework.beans.PropertyEditorRegistry registry)  
      void setNamespaceService​(org.alfresco.service.namespace.NamespaceService namespaceService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomPropertyEditorRegistrar

        public CustomPropertyEditorRegistrar()
    • 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:
        registerCustomEditors in interface org.springframework.beans.PropertyEditorRegistrar
        See Also:
        PropertyEditorRegistrar.registerCustomEditors(org.springframework.beans.PropertyEditorRegistry)