Uses of Interface
net.sf.jasperreports.engine.export.JRHyperlinkProducer
Packages that use JRHyperlinkProducer
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 utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRHyperlinkProducer -
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement JRHyperlinkProducerModifier and TypeClassDescriptionclassAn adapter ofJRHtmlExporterContextasJRHyperlinkProducer.Methods in net.sf.jasperreports.engine.export that return JRHyperlinkProducerModifier and TypeMethodDescriptionDefaultHyperlinkProducerFactory.getHandler(String linkType) abstract JRHyperlinkProducerJRHyperlinkProducerFactory.getHandler(String linkType) Returns the hyperlink producer associated with a specific hyperlink type.JRHyperlinkProducerMapFactory.getHandler(String linkType) JRHyperlinkProducerMapFactory.removeProducer(String linkType) Removes a type to producer association.Methods in net.sf.jasperreports.engine.export that return types with arguments of type JRHyperlinkProducerModifier and TypeMethodDescriptionJRHyperlinkProducerMapFactory.getProducersMap()Exposes the type to producer association map.Methods in net.sf.jasperreports.engine.export with parameters of type JRHyperlinkProducerModifier and TypeMethodDescriptionvoidJRHyperlinkProducerMapFactory.addProducer(String linkType, JRHyperlinkProducer producer) Adds a hyperlink producer instance associated to a hyperlink type.static StringHyperlinkUtil.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 JRHyperlinkProducerModifier and TypeMethodDescriptionvoidJRHyperlinkProducerMapFactory.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 JRHyperlinkProducerModifier and TypeMethodDescriptionprotected abstract JRHyperlinkProducerDocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link) protected JRHyperlinkProducerJROdsExporter.OdsDocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link) protected JRHyperlinkProducerJROdtExporter.OdtDocumentBuilder.getHyperlinkProducer(JRPrintHyperlink link)