net.sf.jasperreports.engine.export
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.
- Version:
- $Id: DefaultHyperlinkProducerFactory.java 5050 2012-03-12 10:11:26Z 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 |
DefaultHyperlinkProducerFactory
public DefaultHyperlinkProducerFactory()
- Deprecated. Replaced by
DefaultHyperlinkProducerFactory(JasperReportsContext).
DefaultHyperlinkProducerFactory
public DefaultHyperlinkProducerFactory(JasperReportsContext jasperReportsContext)
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.