Interface I_CmsUploadDialog

All Known Implementing Classes:
A_CmsUploadDialog, CmsReplaceDialog, CmsSingleFileUploadDialog, CmsUploadDialogFileApiImpl, CmsUploadDialogFormDataImpl, CmsUploadDialogImpl

public interface I_CmsUploadDialog
Common upload dialog interface to be used with the I_CmsUploader.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Parses the upload response.
    void
    showErrorReport(String message, String stacktrace)
    Displays an error dialog.
  • Method Details

    • parseResponse

      void parseResponse(String response)
      Parses the upload response.

      Parameters:
      response - the upload response
    • showErrorReport

      void showErrorReport(String message, String stacktrace)
      Displays an error dialog.

      Parameters:
      message - the error message
      stacktrace - the error stack trace