| 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.
|
| net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
Exporter Input
All the input data the exporter might need is supplied by the so-called exporter
input before the exporting process is started.
|
| net.sf.jasperreports.export.parameters |
Provides support for export parameters
Related Documentation
JasperReports Tutorial
|
| net.sf.jasperreports.web.util |
Contains utility classes for web applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileHtmlResourceHandler |
class |
MapHtmlResourceHandler |
| Modifier and Type | Field and Description |
|---|---|
protected HtmlResourceHandler |
AbstractHtmlExporter.fontHandler |
protected HtmlResourceHandler |
AbstractHtmlExporter.imageHandler |
protected HtmlResourceHandler |
AbstractHtmlExporter.resourceHandler |
| Modifier and Type | Method and Description |
|---|---|
HtmlResourceHandler |
AbstractHtmlExporter.getFontHandler()
Deprecated.
Replaced by
HtmlExporterOutput.getFontHandler(). |
HtmlResourceHandler |
AbstractHtmlExporter.getImageHandler()
Deprecated.
Replaced by
HtmlExporterOutput.getImageHandler(). |
HtmlResourceHandler |
AbstractHtmlExporter.getResourceHandler()
Deprecated.
Replaced by
HtmlExporterOutput.getResourceHandler(). |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlFontUtil.handleFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont)
Deprecated.
|
void |
HtmlFontUtil.handleHtmlFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont) |
void |
AbstractHtmlExporter.setFontHandler(HtmlResourceHandler fontHandler)
Deprecated.
Replaced by
HtmlExporterOutput.getFontHandler(). |
void |
AbstractHtmlExporter.setImageHandler(HtmlResourceHandler imageHandler)
Deprecated.
Replaced by
HtmlExporterOutput.getImageHandler(). |
void |
AbstractHtmlExporter.setResourceHandler(HtmlResourceHandler resourceHandler)
Deprecated.
Replaced by
HtmlExporterOutput.getResourceHandler(). |
| Constructor and Description |
|---|
MapHtmlResourceHandler(HtmlResourceHandler parentHandler) |
MapHtmlResourceHandler(HtmlResourceHandler parentHandler,
Map<String,byte[]> resourcesMap) |
| Modifier and Type | Method and Description |
|---|---|
HtmlResourceHandler |
HtmlExporterOutput.getFontHandler() |
HtmlResourceHandler |
SimpleHtmlExporterOutput.getFontHandler() |
HtmlResourceHandler |
HtmlExporterOutput.getImageHandler() |
HtmlResourceHandler |
SimpleHtmlExporterOutput.getImageHandler() |
HtmlResourceHandler |
HtmlExporterOutput.getResourceHandler() |
HtmlResourceHandler |
SimpleHtmlExporterOutput.getResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleHtmlExporterOutput.setFontHandler(HtmlResourceHandler fontHandler) |
void |
SimpleHtmlExporterOutput.setImageHandler(HtmlResourceHandler imageHandler) |
void |
SimpleHtmlExporterOutput.setResourceHandler(HtmlResourceHandler resourceHandler) |
| Modifier and Type | Method and Description |
|---|---|
HtmlResourceHandler |
ParametersHtmlExporterOutput.getFontHandler()
Deprecated.
|
HtmlResourceHandler |
ParametersHtmlExporterOutput.getImageHandler()
Deprecated.
|
HtmlResourceHandler |
ParametersHtmlExporterOutput.getResourceHandler()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebHtmlResourceHandler |
Copyright © 2014. All rights reserved.