Interface I_CmsActionHandler

    • Method Summary

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

      • leavePage

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

        Parameters:
        targetUri - the target URI
      • onSiteOrProjectChange

        void onSiteOrProjectChange​(java.lang.String sitePath,
                                   java.lang.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