Uses of Interface
org.htmlcleaner.audit.HtmlModificationListener
-
Packages that use HtmlModificationListener Package Description org.htmlcleaner org.htmlcleaner.audit -
-
Uses of HtmlModificationListener in org.htmlcleaner
Classes in org.htmlcleaner that implement HtmlModificationListener Modifier and Type Class Description class
CleanerProperties
Properties defining cleaner's behaviourFields in org.htmlcleaner with type parameters of type HtmlModificationListener Modifier and Type Field Description private java.util.List<HtmlModificationListener>
CleanerProperties. htmlModificationListeners
Methods in org.htmlcleaner with parameters of type HtmlModificationListener Modifier and Type Method Description void
CleanerProperties. addHtmlModificationListener(HtmlModificationListener listener)
Adds a listener to the list of objects that will be notified about changes that cleaner does during cleanup process. -
Uses of HtmlModificationListener in org.htmlcleaner.audit
Classes in org.htmlcleaner.audit that implement HtmlModificationListener Modifier and Type Class Description class
HtmlModificationListenerLogger
-