net.sf.jasperreports.web.util
Class ReportExecutionHyperlinkProducerFactory
java.lang.Object
net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
net.sf.jasperreports.web.util.ReportExecutionHyperlinkProducerFactory
public class ReportExecutionHyperlinkProducerFactory
- extends JRHyperlinkProducerFactory
- Version:
- $Id: ReportExecutionHyperlinkProducerFactory.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
- Deprecated. Replaced by
ReportExecutionHyperlinkProducer.HYPERLINK_TYPE_REPORT_EXECUTION.
- See Also:
- Constant Field Values
getInstance
public static ReportExecutionHyperlinkProducerFactory getInstance(JasperReportsContext jasperReportsContext,
javax.servlet.http.HttpServletRequest request)
getHandler
public JRHyperlinkProducer getHandler(String linkType)
- Description copied from class:
JRHyperlinkProducerFactory
- Returns the hyperlink producer associated with a specific hyperlink type.
- Specified by:
getHandler in class JRHyperlinkProducerFactory
- Parameters:
linkType - the hyperlink type
- Returns:
- an associated hyperlink producer, or
null when none associated
Copyright © 2012. All Rights Reserved.