public interface JasperreportExporterFactory
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.
|
net.sf.jasperreports.engine.JRExporter getJRExporter(String type)
type
- String getFormat(String type)
type
- Copyright © 2017. All Rights Reserved.