Interface RequestFilter

    • Method Detail

      • accept

        boolean accept​(String value)
        Function to check, if an input value is accepted by a filter.
        Parameters:
        value - input value which should be checked
        Returns:
        true, if the filter does accept the value