net.sf.jasperreports.engine.export
Interface JRHyperlinkTargetProducer


public interface JRHyperlinkTargetProducer

A simple hyperlink target generator that can be used to handle custom hyperlink targets.

The generator produces Strings which should be used as hyperlink targets.

Version:
$Id: JRHyperlinkTargetProducer.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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

Method Detail

getHyperlinkTarget

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

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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com