Class DocumentEditorManager

    • Method Detail

      • propertiesChange

        public void propertiesChange​(JProperties properties)
        Description copied from interface: JPropertiesListener
        Invoked after properties have been modified in JCMS and save on disk.

        You cannot alter the value received in parameters.

        Note that properties parameter may be null, a limited set of site properties, or all site properties.

        To check that a property has been modified, reload the "current" property instead using channel.getProperties or channel.getProperty.

        Specified by:
        propertiesChange in interface JPropertiesListener
        Parameters:
        properties - the properties which have been submitted to change
      • getDocumentEditorList

        public java.util.List<DocumentEditor> getDocumentEditorList​(FileDocument doc,
                                                                    Member mbr,
                                                                    java.lang.String lang)
        Return the list of DocumentEditor available for the given document and the given member.
        Parameters:
        doc - the document to edit
        mbr - the member
        lang - the language (used to sort editors)
        Returns:
        the list of DocumentEditor available for the given document and the given member.
        Since:
        jcms-10.0.3