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
-
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 resourcestructureId
- the structure id of the edited resourceisNew
-true
if the resource was newly createdhasChangedSettings
-true
in case container page element settings where changed during editusedPublishDialog
- true if the editor was closed by using the publish button
-