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 JRHyperlinkProducer
getHandler(String linkType)
Returns the hyperlink producer associated with a specific hyperlink type.static ReportExecutionHyperlinkProducerFactory
getInstance(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:JRHyperlinkProducerFactory
Returns the hyperlink producer associated with a specific hyperlink type.- Specified by:
getHandler
in classJRHyperlinkProducerFactory
- Parameters:
linkType
- the hyperlink type- Returns:
- an associated hyperlink producer, or
null
when none associated
-
-