Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
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.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.query |
Provides support for report queries and query executers.
|
net.sf.jasperreports.export.parameters |
Provides support for export parameters
|
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesUtil |
JRAbstractExporter.propertiesUtil |
Modifier and Type | Method and Description |
---|---|
static JRPropertiesUtil |
JRPropertiesUtil.getInstance(JasperReportsContext jasperReportsContext) |
JRPropertiesUtil |
JRAbstractExporter.getPropertiesUtil() |
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesUtil |
AbstractExporterNature.propertiesUtil |
Modifier and Type | Method and Description |
---|---|
JRPropertiesUtil |
AbstractExporterNature.getPropertiesUtil() |
JRPropertiesUtil |
JRXlsAbstractExporterNature.getPropertiesUtil() |
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesUtil |
BaseReportFiller.propertiesUtil |
Modifier and Type | Method and Description |
---|---|
JRPropertiesUtil |
BaseReportFiller.getPropertiesUtil() |
Modifier and Type | Method and Description |
---|---|
protected JRPropertiesUtil |
JRAbstractQueryExecuter.getPropertiesUtil() |
Modifier and Type | Method and Description |
---|---|
protected JRPropertiesUtil |
AbstractParametersExporterOutput.getPropertiesUtil()
Deprecated.
|
Copyright © 2016. All rights reserved.