Class HtmlExporterHyperlinkProducerAdapter
java.lang.Object
net.sf.jasperreports.engine.export.HtmlExporterHyperlinkProducerAdapter
- All Implemented Interfaces:
JRHyperlinkProducer
An adapter of
JRHtmlExporterContext as JRHyperlinkProducer.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlExporterHyperlinkProducerAdapter(JRHtmlExporterContext exporterContext) Creates an adapter. -
Method Summary
Modifier and TypeMethodDescriptiongetHyperlink(JRPrintHyperlink hyperlink) Generates the String hyperlink for a hyperlink instance.
-
Constructor Details
-
HtmlExporterHyperlinkProducerAdapter
Creates an adapter.- Parameters:
exporterContext- the exporter context
-
-
Method Details
-
getHyperlink
Description copied from interface:JRHyperlinkProducerGenerates the String hyperlink for a hyperlink instance.- Specified by:
getHyperlinkin interfaceJRHyperlinkProducer- Parameters:
hyperlink- the hyperlink instance- Returns:
- the genereated String hyperlink
-