Uses of Class
net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
Packages that use JRHyperlinkProducerFactory
Package
Description
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.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides exporter input, exporter output and exporter configurations
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRHyperlinkProducerFactoryModifier and TypeFieldDescriptionprotected JRHyperlinkProducerFactoryJRAbstractExporter.hyperlinkProducerFactory -
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.export
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.exportModifier and TypeClassDescriptionclassExtension-based hyperlink producer factory implementation.classMap-based hyperlink producer factory implementation. -
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return JRHyperlinkProducerFactoryModifier and TypeMethodDescriptionReportExportConfiguration.getHyperlinkProducerFactory()Returns aJRHyperlinkProducerFactorywhich should be used for custom hyperlink types during export.SimpleReportExportConfiguration.getHyperlinkProducerFactory()Methods in net.sf.jasperreports.export with parameters of type JRHyperlinkProducerFactoryModifier and TypeMethodDescriptionvoidSimpleReportExportConfiguration.setHyperlinkProducerFactory(JRHyperlinkProducerFactory hyperlinkProducerFactory)