Uses of Interface
com.atlassian.confluence.mail.MailContentProcessor
-
Packages that use MailContentProcessor Package Description com.atlassian.confluence.mail -
-
Uses of MailContentProcessor in com.atlassian.confluence.mail
Classes in com.atlassian.confluence.mail that implement MailContentProcessor Modifier and Type Class Description class
BotocssMailContentProcessor
Takes a serialized HTML document as input and injects CSS taken from the<style>
tags in to the appropriate elements as inline style attributes.class
DefaultMailContentProcessor
Delegates to a list of other MailContentProcessor implementations.class
XsltMailContentProcessor
Transform email content by applying an XSL transform to it.Constructor parameters in com.atlassian.confluence.mail with type arguments of type MailContentProcessor Constructor Description DefaultMailContentProcessor(List<MailContentProcessor> delegates)
-