public abstract class JRHyperlinkProducerFactory
extends java.lang.Object
hyperlink producers.
The factory is responsible for returning a hyperlink producer for a custom hyperlink type.
| Constructor and Description |
|---|
JRHyperlinkProducerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract JRHyperlinkProducer |
getHandler(java.lang.String linkType)
Returns the hyperlink producer associated with a specific hyperlink type.
|
java.lang.String |
produceHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance based on its
type and on the associated hyperlink producer.
|
public abstract JRHyperlinkProducer getHandler(java.lang.String linkType)
linkType - the hyperlink typenull when none associatedpublic java.lang.String produceHyperlink(JRPrintHyperlink hyperlink)
hyperlink - the hyperlink instanceJRHyperlinkProducer.getHyperlink(JRPrintHyperlink)© 2001-2010 Jaspersoft Corporation www.jaspersoft.com