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.web.util Contains utility classes for web applications. -
-
Uses of JRHyperlinkProducer in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducerJRAbstractExporter. 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 classHtmlExporterHyperlinkProducerAdapterAn adapter ofJRHtmlExporterContextasJRHyperlinkProducer.Methods in net.sf.jasperreports.engine.export that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducerDefaultHyperlinkProducerFactory. getHandler(String linkType)abstract JRHyperlinkProducerJRHyperlinkProducerFactory. getHandler(String linkType)Returns the hyperlink producer associated with a specific hyperlink type.JRHyperlinkProducerJRHyperlinkProducerMapFactory. getHandler(String linkType)JRHyperlinkProducerJRHyperlinkProducerMapFactory. 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 voidJRHyperlinkProducerMapFactory. addProducer(String linkType, JRHyperlinkProducer producer)Adds a hyperlink producer instance associated to a hyperlink type.static StringFlashPrintElement. resolveLinks(String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer, boolean prepareForSerialization)Deprecated.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 JRHyperlinkProducer Modifier and Type Method Description voidJRHyperlinkProducerMapFactory. 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 JRHyperlinkProducerDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)protected JRHyperlinkProducerJROdsExporter.OdsDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)protected JRHyperlinkProducerJROdtExporter.OdtDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link) -
Uses of JRHyperlinkProducer in net.sf.jasperreports.web.util
Classes in net.sf.jasperreports.web.util that implement JRHyperlinkProducer Modifier and Type Class Description classReportExecutionHyperlinkProducerMethods in net.sf.jasperreports.web.util that return JRHyperlinkProducer Modifier and Type Method Description JRHyperlinkProducerReportExecutionHyperlinkProducerFactory. getHandler(String linkType)
-