Class FillFunctionContext

java.lang.Object
net.sf.jasperreports.engine.fill.FillFunctionContext
All Implemented Interfaces:
FunctionContext

public class FillFunctionContext extends Object implements FunctionContext
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

    • EXCEPTION_MESSAGE_KEY_PARAMETER_NOT_FOUND

      public static final String EXCEPTION_MESSAGE_KEY_PARAMETER_NOT_FOUND
      See Also:
  • Constructor Details

  • Method Details

    • getParameterValue

      public Object getParameterValue(String parameterName)
      Returns the value of a parameter.
      Specified by:
      getParameterValue in interface FunctionContext
      Parameters:
      parameterName - the parameter name
      Returns:
      the parameter value
    • getParameterValue

      public Object getParameterValue(String parameterName, boolean ignoreMissing)
      Returns the value of a parameter.
      Specified by:
      getParameterValue in interface FunctionContext
      Parameters:
      parameterName - the parameter name
      ignoreMissing - if set, null will be returned for inexisting parameters
      Returns:
      the parameter value
    • getParameterValuesMap

      protected Map<String,Object> getParameterValuesMap()
      Returns the map of parameter values.
      Returns:
      the map of parameter values