Class InboxDataDownloadBean
java.lang.Object
de.xima.fc.gui.bean.export.inbox.InboxDataDownloadBean
- All Implemented Interfaces:
Serializable
Frontend controller bean for the download of inbox data exports.
- Since:
- 8.5.4
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDownload(InboxExportDescriptor exportDescriptor) Action that sends a redirect to let theInboxDataDownloadServletcreate a suitable response.
-
Constructor Details
-
InboxDataDownloadBean
public InboxDataDownloadBean()
-
-
Method Details
-
onDownload
Action that sends a redirect to let theInboxDataDownloadServletcreate a suitable response.- Parameters:
exportDescriptor- the export's descriptor
-