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.web.util Contains utility classes for web applications. -
-
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRHyperlinkProducerFactory Modifier and Type Field Description protected JRHyperlinkProducerFactoryJRAbstractExporter. hyperlinkProducerFactory -
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.export
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.engine.export Modifier and Type Class Description classDefaultHyperlinkProducerFactoryExtension-based hyperlink producer factory implementation.classJRHyperlinkProducerMapFactoryMap-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 JRHyperlinkProducerFactoryReportExportConfiguration. getHyperlinkProducerFactory()Returns aJRHyperlinkProducerFactorywhich should be used for custom hyperlink types during export.JRHyperlinkProducerFactorySimpleReportExportConfiguration. getHyperlinkProducerFactory()Methods in net.sf.jasperreports.export with parameters of type JRHyperlinkProducerFactory Modifier and Type Method Description voidSimpleReportExportConfiguration. setHyperlinkProducerFactory(JRHyperlinkProducerFactory hyperlinkProducerFactory) -
Uses of JRHyperlinkProducerFactory in net.sf.jasperreports.web.util
Subclasses of JRHyperlinkProducerFactory in net.sf.jasperreports.web.util Modifier and Type Class Description classReportExecutionHyperlinkProducerFactory
-