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.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
net.sf.jasperreports.export.parameters |
Provides support for export parameters
|
Modifier and Type | Field and Description |
---|---|
protected Map<JRExporterParameter,Object> |
JRAbstractExporter.parameters |
Modifier and Type | Method and Description |
---|---|
Map<JRExporterParameter,Object> |
JRAbstractExporter.BaseExporterContext.getExportParameters() |
Map<JRExporterParameter,Object> |
JRAbstractExporter.getParameters()
|
Map<JRExporterParameter,Object> |
JRExporter.getParameters()
Deprecated.
Replaced by
ExporterInput , ExporterConfiguration and ExporterOutput . |
Modifier and Type | Method and Description |
---|---|
Object |
JRAbstractExporter.getParameter(JRExporterParameter parameter)
|
Object |
JRExporter.getParameter(JRExporterParameter parameter)
Deprecated.
Replaced by
ExporterInput , ExporterConfiguration and ExporterOutput . |
void |
JRAbstractExporter.setParameter(JRExporterParameter parameter,
Object value)
|
void |
JRExporter.setParameter(JRExporterParameter parameter,
Object value)
|
Modifier and Type | Method and Description |
---|---|
void |
JRAbstractExporter.setParameters(Map<JRExporterParameter,Object> parameters)
|
void |
JRExporter.setParameters(Map<JRExporterParameter,Object> parameters)
|
Modifier and Type | Field and Description |
---|---|
static JRExporterParameter |
JRXlsAbstractExporterParameter.CREATE_CUSTOM_PALETTE
Deprecated.
Replaced by
XlsExporterConfiguration.isCreateCustomPalette() . |
static JRExporterParameter |
JRXlsAbstractExporterParameter.FORMAT_PATTERNS_MAP
Deprecated.
Replaced by
XlsReportConfiguration.getFormatPatternsMap() . |
static JRExporterParameter |
JRXlsAbstractExporterParameter.MAXIMUM_ROWS_PER_SHEET
Deprecated.
Replaced by
XlsReportConfiguration.getMaxRowsPerSheet() . |
Modifier and Type | Method and Description |
---|---|
Map<JRExporterParameter,Object> |
JRHtmlExporter.getExportParameters()
Deprecated.
|
Map<JRExporterParameter,Object> |
JRExporterContext.getExportParameters()
Deprecated.
To be removed.
|
Map<JRExporterParameter,Object> |
JRXhtmlExporter.getExportParameters()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JROpenDocumentExporterParameter
Deprecated.
Replaced by
OdtExporterConfiguration and OdsExporterConfiguration . |
Modifier and Type | Class and Description |
---|---|
class |
JRDocxExporterParameter
Deprecated.
Replaced by
DocxExporterConfiguration . |
Modifier and Type | Field and Description |
---|---|
protected Map<JRExporterParameter,Object> |
AbstractParametersExporterOutput.parameters
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ParameterResolver.getBooleanParameter(JRExporterParameter parameter,
String property,
boolean defaultValue)
Deprecated.
|
boolean |
ParameterOverriddenResolver.getBooleanParameter(JRExporterParameter parameter,
String property,
boolean defaultValue)
Deprecated.
|
boolean |
ParameterOverrideResolver.getBooleanParameter(JRExporterParameter parameter,
String property,
boolean defaultValue)
Deprecated.
|
Character |
ParameterResolver.getCharacterParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
Character |
ParameterOverriddenResolver.getCharacterParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
Character |
ParameterOverrideResolver.getCharacterParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
float |
ParameterResolver.getFloatParameter(JRExporterParameter parameter,
String property,
float defaultValue)
Deprecated.
|
float |
ParameterOverriddenResolver.getFloatParameter(JRExporterParameter parameter,
String property,
float defaultValue)
Deprecated.
|
float |
ParameterOverrideResolver.getFloatParameter(JRExporterParameter parameter,
String property,
float defaultValue)
Deprecated.
|
int |
ParameterResolver.getIntegerParameter(JRExporterParameter parameter,
String property,
int defaultValue)
Deprecated.
|
int |
ParameterOverriddenResolver.getIntegerParameter(JRExporterParameter parameter,
String property,
int defaultValue)
Deprecated.
|
int |
ParameterOverrideResolver.getIntegerParameter(JRExporterParameter parameter,
String property,
int defaultValue)
Deprecated.
|
String[] |
ParameterResolver.getStringArrayParameter(JRExporterParameter parameter,
String propertyPrefix)
Deprecated.
|
String[] |
ParameterOverriddenResolver.getStringArrayParameter(JRExporterParameter parameter,
String propertyPrefix)
Deprecated.
|
String[] |
ParameterOverrideResolver.getStringArrayParameter(JRExporterParameter parameter,
String propertyPrefix)
Deprecated.
|
String |
ParameterResolver.getStringParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
String |
ParameterOverriddenResolver.getStringParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
String |
ParameterOverrideResolver.getStringParameter(JRExporterParameter parameter,
String property)
Deprecated.
|
String |
ParameterResolver.getStringParameterOrDefault(JRExporterParameter parameter,
String property)
Deprecated.
|
String |
ParameterOverriddenResolver.getStringParameterOrDefault(JRExporterParameter parameter,
String property)
Deprecated.
|
String |
ParameterOverrideResolver.getStringParameterOrDefault(JRExporterParameter parameter,
String property)
Deprecated.
|
Copyright © 2016. All rights reserved.