Class DefaultHyperlinkProducerFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
-
- net.sf.jasperreports.engine.export.DefaultHyperlinkProducerFactory
-
public class DefaultHyperlinkProducerFactory extends JRHyperlinkProducerFactory
Extension-based hyperlink producer factory implementation.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description DefaultHyperlinkProducerFactory(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRHyperlinkProducer
getHandler(String linkType)
Returns the hyperlink producer associated with a specific hyperlink type.-
Methods inherited from class net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
produceHyperlink
-
-
-
-
Constructor Detail
-
DefaultHyperlinkProducerFactory
public DefaultHyperlinkProducerFactory(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
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
-
-