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 TypeMethodDescriptionvoid
parseResponse
(String response) Parses the upload response.void
showErrorReport
(String message, String stacktrace) Displays an error dialog.
-
Method Details
-
parseResponse
Parses the upload response.- Parameters:
response
- the upload response
-
showErrorReport
Displays an error dialog.- Parameters:
message
- the error messagestacktrace
- the error stack trace
-