Interface I_CmsContentEditorHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onClose​(java.lang.String sitePath, org.opencms.util.CmsUUID structureId, boolean isNew, boolean hasChangedSettings, boolean usedPublishDialog)
      Executed by the XML content editor dialog on close.
    • Method Detail

      • onClose

        void onClose​(java.lang.String sitePath,
                     org.opencms.util.CmsUUID structureId,
                     boolean isNew,
                     boolean hasChangedSettings,
                     boolean usedPublishDialog)
        Executed by the XML content editor dialog on close.

        Parameters:
        sitePath - the sitepath of the edited resource
        structureId - the structure id of the edited resource
        isNew - true if the resource was newly created
        hasChangedSettings - true in case container page element settings where changed during edit
        usedPublishDialog - true if the editor was closed by using the publish button