Package net.sf.jasperreports.j2ee.web
Class ReportExecutionHyperlinkProducerFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
-
- net.sf.jasperreports.j2ee.web.ReportExecutionHyperlinkProducerFactory
-
public class ReportExecutionHyperlinkProducerFactory extends JRHyperlinkProducerFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JRHyperlinkProducergetHandler(String linkType)Returns the hyperlink producer associated with a specific hyperlink type.static ReportExecutionHyperlinkProducerFactorygetInstance(JasperReportsContext jasperReportsContext, javax.servlet.http.HttpServletRequest request)-
Methods inherited from class net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
produceHyperlink
-
-
-
-
Method Detail
-
getInstance
public static ReportExecutionHyperlinkProducerFactory getInstance(JasperReportsContext jasperReportsContext, javax.servlet.http.HttpServletRequest request)
-
getHandler
public JRHyperlinkProducer getHandler(String linkType)
Description copied from class:JRHyperlinkProducerFactoryReturns the hyperlink producer associated with a specific hyperlink type.- Specified by:
getHandlerin classJRHyperlinkProducerFactory- Parameters:
linkType- the hyperlink type- Returns:
- an associated hyperlink producer, or
nullwhen none associated
-
-