net.sf.jasperreports.engine.export
Interface JRHyperlinkProducer

All Known Implementing Classes:
HtmlExporterHyperlinkProducerAdapter, ReportExecutionHyperlinkProducer, ReportInteractionHyperlinkProducer

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.

Version:
$Id: JRHyperlinkProducer.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 java.lang.String getHyperlink(JRPrintHyperlink hyperlink)
          Generates the String hyperlink for a hyperlink instance.
 

Method Detail

getHyperlink

java.lang.String getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.

Parameters:
hyperlink - the hyperlink instance
Returns:
the genereated String hyperlink


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com