Interface I_CmsContentEditorHandler

All Known Implementing Classes:
CmsContentEditorHandler, CmsDirectEditButtons

public interface I_CmsContentEditorHandler
Handler for the XML content editor.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(String sitePath, org.opencms.util.CmsUUID structureId, boolean isNew, boolean hasChangedSettings, boolean usedPublishDialog)
    Executed by the XML content editor dialog on close.
  • Method Details

    • onClose

      void onClose(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