Uses of Interface
org.commonmark.renderer.html.UrlSanitizer
Packages that use UrlSanitizer
-
Uses of UrlSanitizer in org.commonmark.renderer.html
Classes in org.commonmark.renderer.html that implement UrlSanitizerModifier and TypeClassDescriptionclassAllows http, https, mailto, and data protocols for url.Methods in org.commonmark.renderer.html that return UrlSanitizerMethods in org.commonmark.renderer.html with parameters of type UrlSanitizerModifier and TypeMethodDescriptionHtmlRenderer.Builder.urlSanitizer(UrlSanitizer urlSanitizer) UrlSanitizerused to filter URL's ifHtmlRenderer.Builder.sanitizeUrlsis true.