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 TypeClassDescriptionclass
Allows http, https, mailto, and data protocols for url.Fields in org.commonmark.renderer.html declared as UrlSanitizerModifier and TypeFieldDescriptionprivate UrlSanitizer
HtmlRenderer.Builder.urlSanitizer
private final UrlSanitizer
HtmlRenderer.urlSanitizer
Methods 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) UrlSanitizer
used to filter URL's ifHtmlRenderer.Builder.sanitizeUrls
is true.