net.sf.jasperreports.engine.fill
Class JRFillHyperlinkHelper
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillHyperlinkHelper
public class JRFillHyperlinkHelper
- extends java.lang.Object
Utility class used to evaluate custom hyperlink parameters.
- Version:
- $Id: JRFillHyperlinkHelper.java 3034 2009-08-27 11:58:04Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRFillHyperlinkHelper
public JRFillHyperlinkHelper()
evaluateHyperlinkParameters
public static JRPrintHyperlinkParameters evaluateHyperlinkParameters(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
throws JRException
- Evaluates a list of hyperlink parameters and produces a hyperlink paramters set
that can be associated with a print element.
- Parameters:
hyperlink
- the hyperlink instanceexpressionEvaluator
- the expression evaluator to use for evaluation parameter valueevaluationType
- the evaluation type
- Returns:
- a print hyperlink paramters set
- Throws:
JRException
evaluateHyperlink
public static JRPrintHyperlink evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
throws JRException
- Evaluate a hyperlink specification.
- Parameters:
hyperlink
- the hyperlink specificationexpressionEvaluator
- the expression evaluator to use for evaluation the hyperlink expressionsevaluationType
- the evaluation type, as in JRFillExpressionEvaluator.evaluate(JRExpression, byte)
- Returns:
- a
print hyperlink
resulted from the expression evaluations.
- Throws:
JRException
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com