Uses of Interface
dev.jcputney.mjml.ContentSanitizer
Packages that use ContentSanitizer
-
Uses of ContentSanitizer in dev.jcputney.mjml
Methods in dev.jcputney.mjml that return ContentSanitizerModifier and TypeMethodDescriptionMjmlConfiguration.getContentSanitizer()Returns the optional content sanitizer, ornullif none is configured.Methods in dev.jcputney.mjml with parameters of type ContentSanitizerModifier and TypeMethodDescriptionMjmlConfiguration.Builder.contentSanitizer(ContentSanitizer contentSanitizer) Sets an optional content sanitizer that is applied to the inner HTML of<mj-text>,<mj-button>, and<mj-raw>elements.