Interface JRHyperlinkProducer
-
- All Known Implementing Classes:
HtmlExporterHyperlinkProducerAdapter
,ReportExecutionHyperlinkProducer
,ReportExecutionHyperlinkProducer
public interface JRHyperlinkProducer
A simple hyperlink generator that can be used to handle custom hyperlink types.The generator produces Strings which should be used as hyperlinks.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.
-
-
-
Method Detail
-
getHyperlink
String getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.- Parameters:
hyperlink
- the hyperlink instance- Returns:
- the genereated String hyperlink
-
-