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. 
net.sf.jasperreports.web.util   
 

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
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 DefaultHyperlinkProducerFactory.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 that return types with arguments of type JRHyperlinkProducer
 java.util.Map<java.lang.String,JRHyperlinkProducer> JRHyperlinkProducerMapFactory.getProducersMap()
          Exposes the type to producer association map.
 

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.
 

Method parameters in net.sf.jasperreports.engine.export with type arguments of type JRHyperlinkProducer
 void JRHyperlinkProducerMapFactory.setProducersMap(java.util.Map<java.lang.String,JRHyperlinkProducer> producers)
          Sets the type to producer association map.
 

Uses of JRHyperlinkProducer in net.sf.jasperreports.web.util
 

Classes in net.sf.jasperreports.web.util that implement JRHyperlinkProducer
 class ReportExecutionHyperlinkProducer
           
 class ReportInteractionHyperlinkProducer
           
 

Methods in net.sf.jasperreports.web.util that return JRHyperlinkProducer
 JRHyperlinkProducer ReportExecutionHyperlinkProducerFactory.getHandler(java.lang.String linkType)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com