Interface Filter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String doFilter​(java.lang.String input)
      Runs the filter on the input String and returns the filtered String
      java.lang.String doFilterUrl​(java.lang.String input)
      Runs the filter on the input url and returns the filtered String
    • Method Detail

      • doFilter

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

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