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 classBotocssMailContentProcessorTakes a serialized HTML document as input and injects CSS taken from the<style>tags in to the appropriate elements as inline style attributes.classDefaultMailContentProcessorDelegates to a list of other MailContentProcessor implementations.classXsltMailContentProcessorTransform 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)
-