Interface I_CmsPostUploadDialogHandler


An interface which provides a hook which can be called after uploading files.
  • Method Summary

    Modifier and Type
    Method
    Description
    getUploadHook(CmsObject cms, String uploadFolderSitePath)
    Gets the upload hook URI.
  • Method Details

    • getUploadHook

      String getUploadHook(CmsObject cms, String uploadFolderSitePath)
      Gets the upload hook URI.

      Parameters:
      cms - the current CMS context
      uploadFolderSitePath - the upload target folder
      Returns:
      the upload hook URI for the given path, or null