Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExporterFilterFactory
Default exporter filter factory.
|
class |
ElementKeyExporterFilterFactory
Factory of
ElementKeyExporterFilter instances. |
class |
JROriginExporterFilterFactory
Factory of
JROriginExporterFilter instances. |
class |
MatcherExporterFilterFactory
Factory of
MatcherExporterFilter instances. |
Modifier and Type | Method and Description |
---|---|
protected ExporterFilterFactory |
DefaultExporterFilterFactory.getFilterFactory(String factoryClassName) |
static ExporterFilterFactory |
ExporterFilterFactoryUtil.getFilterFactory(String factoryClassName)
Returns an exporter filter factory based on a factory class name.
|
Modifier and Type | Method and Description |
---|---|
protected List<ExporterFilterFactory> |
DefaultExporterFilterFactory.getAllFilterFactories(JasperReportsContext jasperReportsContext,
JasperPrint report) |
Copyright © 2017. All rights reserved.