Uses of Interface
net.sf.jasperreports.engine.export.JRHyperlinkProducer

Packages that use JRHyperlinkProducer
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

Uses of JRHyperlinkProducer in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRHyperlinkProducer
protected  JRHyperlinkProducer JRAbstractExporter.getCustomHandler(JRPrintHyperlink link)
          Deprecated. Replaced by JRAbstractExporter.getHyperlinkProducer(JRPrintHyperlink).
protected  JRHyperlinkProducer JRAbstractExporter.getHyperlinkProducer(JRPrintHyperlink link)
           
 

Uses of JRHyperlinkProducer in net.sf.jasperreports.engine.export
 

Classes in net.sf.jasperreports.engine.export that implement JRHyperlinkProducer
 class HtmlExporterHyperlinkProducerAdapter
          An adapter of JRHtmlExporterContext as JRHyperlinkProducer.
 

Methods in net.sf.jasperreports.engine.export that return JRHyperlinkProducer
 JRHyperlinkProducer DefaultHyperlinkProducerFactory.getHandler(java.lang.String linkType)
           
abstract  JRHyperlinkProducer JRHyperlinkProducerFactory.getHandler(java.lang.String linkType)
          Returns the hyperlink producer associated with a specific hyperlink type.
 JRHyperlinkProducer JRHyperlinkProducerMapFactory.getHandler(java.lang.String linkType)
           
 JRHyperlinkProducer JRHyperlinkProducerMapFactory.removeProducer(java.lang.String linkType)
          Removes a type to producer association.
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRHyperlinkProducer
 void JRHyperlinkProducerMapFactory.addProducer(java.lang.String linkType, JRHyperlinkProducer producer)
          Adds a hyperlink producer instance associated to a hyperlink type.
static java.lang.String FlashPrintElement.resolveLinks(java.lang.String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer)
          Resolves hyperlink placeholders to URLs in a Flash variable.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com