Class DefaultParameterFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(net.sf.jasperreports.engine.JRParameter reportParam)
      Decides if the given reportParameter is removed from the parameter list of a report.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultParameterFilter

        public DefaultParameterFilter()
    • Method Detail

      • apply

        public boolean apply​(net.sf.jasperreports.engine.JRParameter reportParam)
        Description copied from interface: ParameterFilter
        Decides if the given reportParameter is removed from the parameter list of a report. Return True if it is removed, False otherwise.
        Specified by:
        apply in interface ParameterFilter
        Parameters:
        reportParam - The parameter to check
        Returns:
        True if it should be used, false if it is not used.