Uses of Class
net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
-
Packages that use JRHyperlinkProducerFactory 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.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.j2ee.web net.sf.jasperreports.jakarta.web -
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRHyperlinkProducerFactory Modifier and Type Field Description protected JRHyperlinkProducerFactory
JRAbstractExporter. hyperlinkProducerFactory
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.export
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.export Modifier and Type Class Description class
DefaultHyperlinkProducerFactory
Extension-based hyperlink producer factory implementation.class
JRHyperlinkProducerMapFactory
Map-based hyperlink producer factory implementation. -
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return JRHyperlinkProducerFactory Modifier and Type Method Description JRHyperlinkProducerFactory
ReportExportConfiguration. getHyperlinkProducerFactory()
Returns aJRHyperlinkProducerFactory
which should be used for custom hyperlink types during export.JRHyperlinkProducerFactory
SimpleReportExportConfiguration. getHyperlinkProducerFactory()
Methods in net.sf.jasperreports.export with parameters of type JRHyperlinkProducerFactory Modifier and Type Method Description void
SimpleReportExportConfiguration. setHyperlinkProducerFactory(JRHyperlinkProducerFactory hyperlinkProducerFactory)
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.j2ee.web
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.j2ee.web Modifier and Type Class Description class
ReportExecutionHyperlinkProducerFactory
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.jakarta.web
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.jakarta.web Modifier and Type Class Description class
ReportExecutionHyperlinkProducerFactory
-