Interface HtmlFilter

All Known Implementing Classes:
GrouperHtmlFilter

public interface HtmlFilter
filter HTML
  • Method Summary

    Modifier and Type
    Method
    Description
    filter html from a string
  • Method Details

    • filterHtml

      String filterHtml(String html)
      filter html from a string
      Parameters:
      html -
      Returns:
      the html to filter