Interface I_CmsActionHandler

All Known Subinterfaces:
I_CmsContextMenuHandler, I_CmsToolbarHandler
All Known Implementing Classes:
A_CmsToolbarHandler, CmsContainerpageHandler, CmsContextMenuHandler, CmsDialogContextMenuHandler, CmsDirectEditToolbarHandler, CmsGwtDialogExtensionConnector.ContextMenuHandler, CmsPropertyDialogExtensionConnector.ContextMenuHandler, CmsResultContextMenuHandler, CmsSitemapToolbarHandler

public interface I_CmsActionHandler
Handles actions.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    leavePage(String targetUri)
    Leaves the current page calling the target URI.
    void
    onSiteOrProjectChange(String sitePath, String serverLink)
    Called when site and or project have been changed.
    void
    refreshResource(org.opencms.util.CmsUUID structureId)
    Reloads the resource edited.
  • Method Details

    • leavePage

      void leavePage(String targetUri)
      Leaves the current page calling the target URI.

      Parameters:
      targetUri - the target URI
    • onSiteOrProjectChange

      void onSiteOrProjectChange(String sitePath, String serverLink)
      Called when site and or project have been changed.

      Parameters:
      sitePath - the site path to the target resource
      serverLink - the server link to the resource
    • refreshResource

      void refreshResource(org.opencms.util.CmsUUID structureId)
      Reloads the resource edited.

      Parameters:
      structureId - the structure id of the resource to lock