Class HtmlExporterHyperlinkProducerAdapter
- java.lang.Object
-
- net.sf.jasperreports.engine.export.HtmlExporterHyperlinkProducerAdapter
-
- All Implemented Interfaces:
JRHyperlinkProducer
public class HtmlExporterHyperlinkProducerAdapter extends Object implements JRHyperlinkProducer
An adapter ofJRHtmlExporterContext
asJRHyperlinkProducer
.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description HtmlExporterHyperlinkProducerAdapter(JRHtmlExporterContext exporterContext)
Creates an adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.
-
-
-
Constructor Detail
-
HtmlExporterHyperlinkProducerAdapter
public HtmlExporterHyperlinkProducerAdapter(JRHtmlExporterContext exporterContext)
Creates an adapter.- Parameters:
exporterContext
- the exporter context
-
-
Method Detail
-
getHyperlink
public String getHyperlink(JRPrintHyperlink hyperlink)
Description copied from interface:JRHyperlinkProducer
Generates the String hyperlink for a hyperlink instance.- Specified by:
getHyperlink
in interfaceJRHyperlinkProducer
- Parameters:
hyperlink
- the hyperlink instance- Returns:
- the genereated String hyperlink
-
-