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.web.util |
Contains utility classes for web applications.
|
Modifier and Type | Method and Description |
---|---|
protected JRHyperlinkProducer |
JRAbstractExporter.getCustomHandler(JRPrintHyperlink link)
Deprecated.
|
JRHyperlinkProducer |
JRAbstractExporter.getHyperlinkProducer(JRPrintHyperlink link) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlExporterHyperlinkProducerAdapter
An adapter of
JRHtmlExporterContext as JRHyperlinkProducer . |
Modifier and Type | Method and Description |
---|---|
JRHyperlinkProducer |
JRHyperlinkProducerMapFactory.getHandler(String linkType) |
abstract JRHyperlinkProducer |
JRHyperlinkProducerFactory.getHandler(String linkType)
Returns the hyperlink producer associated with a specific hyperlink type.
|
JRHyperlinkProducer |
DefaultHyperlinkProducerFactory.getHandler(String linkType) |
JRHyperlinkProducer |
JRHyperlinkProducerMapFactory.removeProducer(String linkType)
Removes a type to producer association.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JRHyperlinkProducer> |
JRHyperlinkProducerMapFactory.getProducersMap()
Exposes the type to producer association map.
|
Modifier and Type | Method and Description |
---|---|
void |
JRHyperlinkProducerMapFactory.addProducer(String linkType,
JRHyperlinkProducer producer)
Adds a hyperlink producer instance associated to a hyperlink type.
|
static String |
FlashPrintElement.resolveLinks(String text,
JRGenericPrintElement element,
JRHyperlinkProducer linkProducer,
boolean prepareForSerialization)
Resolves hyperlink placeholders to URLs in a Flash variable.
|
Modifier and Type | Method and Description |
---|---|
void |
JRHyperlinkProducerMapFactory.setProducersMap(Map<String,JRHyperlinkProducer> producers)
Sets the type to producer association map.
|
Modifier and Type | Method and Description |
---|---|
protected JRHyperlinkProducer |
JROdsExporter.OdsDocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link) |
protected JRHyperlinkProducer |
JROdtExporter.OdtDocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link) |
protected abstract JRHyperlinkProducer |
DocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link) |
Modifier and Type | Class and Description |
---|---|
class |
ReportExecutionHyperlinkProducer |
class |
ReportInteractionHyperlinkProducer |
Modifier and Type | Method and Description |
---|---|
JRHyperlinkProducer |
ReportExecutionHyperlinkProducerFactory.getHandler(String linkType) |
Copyright © 2017. All rights reserved.