public class Jasperreport.JasperreporteExporterImpl extends Object implements JasperreportExporterFactory
Constructor and Description |
---|
JasperreporteExporterImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType(String type)
return the content type for specific type
For example , xls => "application/vnd.ms-excel";
|
String |
getFormat(String type)
Return the file extension name.
|
net.sf.jasperreports.engine.JRExporter |
getJRExporter(String type)
Currently Supported type list.
|
public net.sf.jasperreports.engine.JRExporter getJRExporter(String type)
JasperreportExporterFactory
getJRExporter
in interface JasperreportExporterFactory
public String getContentType(String type)
JasperreportExporterFactory
getContentType
in interface JasperreportExporterFactory
public String getFormat(String type)
JasperreportExporterFactory
getFormat
in interface JasperreportExporterFactory
Copyright © 2019. All rights reserved.