net.sf.jasperreports.engine.export
Class HtmlExporterHyperlinkProducerAdapter
java.lang.Object
net.sf.jasperreports.engine.export.HtmlExporterHyperlinkProducerAdapter
- All Implemented Interfaces:
- JRHyperlinkProducer
public class HtmlExporterHyperlinkProducerAdapter
- extends Object
- implements JRHyperlinkProducer
An adapter of JRHtmlExporterContext as JRHyperlinkProducer.
- Version:
- $Id: HtmlExporterHyperlinkProducerAdapter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlExporterHyperlinkProducerAdapter
public HtmlExporterHyperlinkProducerAdapter(JRHtmlExporterContext exporterContext)
- Creates an adapter.
- Parameters:
exporterContext - the exporter context
getHyperlink
public String getHyperlink(JRPrintHyperlink hyperlink)
- Description copied from interface:
JRHyperlinkProducer
- Generates the String hyperlink for a hyperlink instance.
- Specified by:
getHyperlink in interface JRHyperlinkProducer
- Parameters:
hyperlink - the hyperlink instance
- Returns:
- the genereated String hyperlink
Copyright © 2012. All Rights Reserved.