Interface StringFilter

All Known Implementing Classes:
NoHtmlStringFilter

public interface StringFilter
StringFilter strings from evil input.
Author:
ralph
  • Method Summary

    Modifier and Type
    Method
    Description
    StringFilters the input.
  • Method Details

    • filter

      String filter(String s)
      StringFilters the input.
      Parameters:
      s - the string to be filtered (can be null)
      Returns:
      the filtered string