Interface Filter

    • Method Detail

      • doFilter

        String doFilter​(String input)
        Runs the filter on the input String and returns the filtered String
        Parameters:
        input - input String
        Returns:
        filtered String
      • doFilterUrl

        String doFilterUrl​(String input)
        Runs the filter on the input url and returns the filtered String
        Parameters:
        input - input url String
        Returns:
        filtered String