net.sf.jasperreports.engine.export
Class DefaultHyperlinkProducerFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
      extended by net.sf.jasperreports.engine.export.DefaultHyperlinkProducerFactory

public class DefaultHyperlinkProducerFactory
extends JRHyperlinkProducerFactory

Extension-based hyperlink producer factory implementation.

Version:
$Id: DefaultHyperlinkProducerFactory.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
DefaultHyperlinkProducerFactory()
           
 
Method Summary
 JRHyperlinkProducer getHandler(java.lang.String linkType)
          Returns the hyperlink producer associated with a specific hyperlink type.
 
Methods inherited from class net.sf.jasperreports.engine.export.JRHyperlinkProducerFactory
produceHyperlink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHyperlinkProducerFactory

public DefaultHyperlinkProducerFactory()
Method Detail

getHandler

public JRHyperlinkProducer getHandler(java.lang.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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com