Interface Sanitizer
-
- All Known Implementing Classes:
IgnoringSanitizer
,JsoupSanitizer
public interface Sanitizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getInfo()
String
sanitize(String html)
void
setProperties(Properties configuration)
-
-
-
Method Detail
-
setProperties
void setProperties(Properties configuration)
-
getInfo
default String getInfo()
-
-