Class DefaultParameterFilter

    • 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.