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.Fields in org.commonmark.renderer.html declared as UrlSanitizerModifier and TypeFieldDescriptionprivate UrlSanitizerHtmlRenderer.Builder.urlSanitizerprivate final UrlSanitizerHtmlRenderer.urlSanitizerMethods in org.commonmark.renderer.html that return UrlSanitizerModifier and TypeMethodDescriptionHtmlNodeRendererContext.urlSanitizer()HtmlRenderer.RendererContext.urlSanitizer()Methods 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.