Uses of Interface
net.sf.jasperreports.engine.export.JRHyperlinkProducer
-
Packages that use JRHyperlinkProducer 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.j2ee.web net.sf.jasperreports.jakarta.web -
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducer
JRAbstractExporter. getHyperlinkProducer(JRPrintHyperlink link)
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement JRHyperlinkProducer Modifier and Type Class Description class
HtmlExporterHyperlinkProducerAdapter
An adapter ofJRHtmlExporterContext
asJRHyperlinkProducer
.Methods in net.sf.jasperreports.engine.export that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducer
DefaultHyperlinkProducerFactory. getHandler(String linkType)
abstract JRHyperlinkProducer
JRHyperlinkProducerFactory. getHandler(String linkType)
Returns the hyperlink producer associated with a specific hyperlink type.JRHyperlinkProducer
JRHyperlinkProducerMapFactory. getHandler(String linkType)
JRHyperlinkProducer
JRHyperlinkProducerMapFactory. removeProducer(String linkType)
Removes a type to producer association.Methods in net.sf.jasperreports.engine.export that return types with arguments of type JRHyperlinkProducer Modifier and Type Method Description Map<String,JRHyperlinkProducer>
JRHyperlinkProducerMapFactory. getProducersMap()
Exposes the type to producer association map.Methods in net.sf.jasperreports.engine.export with parameters of type JRHyperlinkProducer Modifier and Type Method Description void
JRHyperlinkProducerMapFactory. addProducer(String linkType, JRHyperlinkProducer producer)
Adds a hyperlink producer instance associated to a hyperlink type.static String
HyperlinkUtil. resolveLinks(String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer, boolean prepareForSerialization)
Resolves hyperlink placeholders to URLs in a Flash variable.Method parameters in net.sf.jasperreports.engine.export with type arguments of type JRHyperlinkProducer Modifier and Type Method Description void
JRHyperlinkProducerMapFactory. setProducersMap(Map<String,JRHyperlinkProducer> producers)
Sets the type to producer association map. -
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis that return JRHyperlinkProducer Modifier and Type Method Description protected abstract JRHyperlinkProducer
DocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
protected JRHyperlinkProducer
JROdsExporter.OdsDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
protected JRHyperlinkProducer
JROdtExporter.OdtDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.j2ee.web
Classes in net.sf.jasperreports.j2ee.web that implement JRHyperlinkProducer Modifier and Type Class Description class
ReportExecutionHyperlinkProducer
Methods in net.sf.jasperreports.j2ee.web that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducer
ReportExecutionHyperlinkProducerFactory. getHandler(String linkType)
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.jakarta.web
Classes in net.sf.jasperreports.jakarta.web that implement JRHyperlinkProducer Modifier and Type Class Description class
ReportExecutionHyperlinkProducer
Methods in net.sf.jasperreports.jakarta.web that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducer
ReportExecutionHyperlinkProducerFactory. getHandler(String linkType)
-