net.sf.jasperreports.web.util
Class ReportExecutionHyperlinkProducer
java.lang.Object
net.sf.jasperreports.web.util.ReportExecutionHyperlinkProducer
- All Implemented Interfaces:
- JRHyperlinkProducer
- Direct Known Subclasses:
- ReportInteractionHyperlinkProducer
public class ReportExecutionHyperlinkProducer
- extends Object
- implements JRHyperlinkProducer
- Version:
- $Id: ReportExecutionHyperlinkProducer.java 5378 2012-05-14 00:39:27Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HYPERLINK_TYPE_REPORT_EXECUTION
public static final String HYPERLINK_TYPE_REPORT_EXECUTION
- See Also:
- Constant Field Values
PARAMETER_REPORT_URI
public static final String PARAMETER_REPORT_URI
- See Also:
- Constant Field Values
jasperReportsContext
protected JasperReportsContext jasperReportsContext
ReportExecutionHyperlinkProducer
protected ReportExecutionHyperlinkProducer(JasperReportsContext jasperReportsContext,
javax.servlet.http.HttpServletRequest request)
getInstance
public static ReportExecutionHyperlinkProducer getInstance(JasperReportsContext jasperReportsContext,
javax.servlet.http.HttpServletRequest request)
getPath
protected String getPath()
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.