ASAbstractExporter<C extends BaseExportConfiguration >

Inheritance: java.lang.Object, BaseExportConfiguration

Exports the jasper report to required file format.

Methods

MethodDescription
exportReport() throws net.sf.jasperreports.engine.JRException
getExporterPropertiesPrefix()
getFormatId()Gets exporter file format id.
getExporterKey()Gets exporter key.

exportReport() throws net.sf.jasperreports.engine.JRException

public void exportReport() throws net.sf.jasperreports.engine.JRException

Throws:

  • net.sf.jasperreports.engine.JRException - net.sf.jasperreports.engine.JRException

getExporterPropertiesPrefix()

public String getExporterPropertiesPrefix()

Returns: String

getFormatId()

public abstract int getFormatId()

Gets exporter file format id.

Returns: int - the exporter file format id

getExporterKey()

public abstract String getExporterKey()

Gets exporter key.

Returns: String - the exporter key