| Package | Description |
|---|---|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| net.sf.jasperreports.web.util |
| 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() |
HtmlResourceHandler |
AbstractHtmlExporter.getImageHandler() |
HtmlResourceHandler |
AbstractHtmlExporter.getResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlFontUtil.handleFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont) |
void |
AbstractHtmlExporter.setFontHandler(HtmlResourceHandler fontHandler) |
void |
AbstractHtmlExporter.setImageHandler(HtmlResourceHandler imageHandler) |
void |
AbstractHtmlExporter.setResourceHandler(HtmlResourceHandler resourceHandler) |
| Constructor and Description |
|---|
MapHtmlResourceHandler(HtmlResourceHandler parentHandler) |
MapHtmlResourceHandler(HtmlResourceHandler parentHandler,
Map<String,byte[]> resourcesMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebHtmlResourceHandler |
Copyright © 2014. All rights reserved.