Package org.mapfish.print.config
Interface ReportStorage
- All Superinterfaces:
ConfigurationObject
- All Known Implementing Classes:
S3ReportStorage
Configuration on how to store the reports until the user fetches them.
-
Method Summary
Methods inherited from interface org.mapfish.print.config.ConfigurationObject
validate
-
Method Details
-
save
Save the report in the storage.- Parameters:
ref
- The reference number.filename
- The filename.extension
- The file extension.mimeType
- The mime type.file
- The file containing the report.- Returns:
- The URL that can be used to fetch the result.
-