Interface Sanitizer

All Known Implementing Classes:
IgnoringSanitizer, JsoupSanitizer

public interface Sanitizer
  • Method Details

    • sanitize

      String sanitize(String html)
    • setProperties

      void setProperties(Properties configuration)
    • getInfo

      default String getInfo()