public final class JRParameterDefaultValuesEvaluator extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JRParameterDefaultValuesEvaluator.ObjectFactory |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
evaluateParameterDefaultValues(JasperReport report,
Map<String,Object> initialParameters)
Evaluates the default values for the parameters of a report.
|
static Map<String,Object> |
evaluateParameterDefaultValues(JasperReportsContext jasperReportsContext,
JasperReport report,
Map<String,Object> initialParameters)
Evaluates the default values for the parameters of a report.
|
public static Map<String,Object> evaluateParameterDefaultValues(JasperReport report, Map<String,Object> initialParameters) throws JRException
report - the reportinitialParameters - initial parameter value mapJRExceptionpublic static Map<String,Object> evaluateParameterDefaultValues(JasperReportsContext jasperReportsContext, JasperReport report, Map<String,Object> initialParameters) throws JRException
report - the reportinitialParameters - initial parameter value mapJRExceptionCopyright © 2017. All rights reserved.