@Service public class ReportViewerUtil extends Object
| Constructor and Description |
|---|
ReportViewerUtil() |
| Modifier and Type | Method and Description |
|---|---|
String |
addReportToTempCache(ReportOutput reportOutput) |
static String |
getContentDisposition(ReportConstants.FileFormat fileFormat) |
static String |
getContentType(ReportConstants.FileFormat fileFormat) |
ReportOutput |
getReportOutputFormCache(String reportOutputCacheKey) |
void |
removeReportOutputFromCache(String reportOutputCacheKey) |
public String addReportToTempCache(ReportOutput reportOutput)
public ReportOutput getReportOutputFormCache(String reportOutputCacheKey)
public void removeReportOutputFromCache(String reportOutputCacheKey)
public static String getContentType(ReportConstants.FileFormat fileFormat)
fileFormat - File format which content type is to be returnedpublic static String getContentDisposition(ReportConstants.FileFormat fileFormat)
fileFormat - File format for which content disposition is to be returnedCopyright © 2015–2016 eGovernments Foundation. All rights reserved.