Package net.sf.jasperreports.engine.fill
Class FillFunctionContext
java.lang.Object
net.sf.jasperreports.engine.fill.FillFunctionContext
- All Implemented Interfaces:
FunctionContext
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameterValue
(String parameterName) Returns the value of a parameter.getParameterValue
(String parameterName, boolean ignoreMissing) Returns the value of a parameter.Returns the map of parameter values.
-
Field Details
-
EXCEPTION_MESSAGE_KEY_PARAMETER_NOT_FOUND
- See Also:
-
-
Constructor Details
-
FillFunctionContext
-
-
Method Details
-
getParameterValue
Returns the value of a parameter.- Specified by:
getParameterValue
in interfaceFunctionContext
- Parameters:
parameterName
- the parameter name- Returns:
- the parameter value
-
getParameterValue
Returns the value of a parameter.- Specified by:
getParameterValue
in interfaceFunctionContext
- Parameters:
parameterName
- the parameter nameignoreMissing
- if set,null
will be returned for inexisting parameters- Returns:
- the parameter value
-
getParameterValuesMap
Returns the map of parameter values.- Returns:
- the map of parameter values
-