Interface Filter

All Known Implementing Classes:
HTMLFilter, SQLFilter

public interface Filter
  • Method Summary

    Modifier and Type
    Method
    Description
    Runs the filter on the input String and returns the filtered String
    Runs the filter on the input url and returns the filtered String
  • Method Details

    • 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