|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailContentProcessor | |
---|---|
com.atlassian.confluence.mail | |
com.atlassian.confluence.plugins.easyuser.notifications |
Uses of MailContentProcessor in com.atlassian.confluence.mail |
---|
Classes in com.atlassian.confluence.mail that implement MailContentProcessor | |
---|---|
class |
BotocssMailContentProcessor
Takes an HTML string as input and injects CSS 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 | |
---|---|
DefaultMailContentProcessor(List<MailContentProcessor> delegates)
|
Uses of MailContentProcessor in com.atlassian.confluence.plugins.easyuser.notifications |
---|
Methods in com.atlassian.confluence.plugins.easyuser.notifications with parameters of type MailContentProcessor | |
---|---|
void |
UserSignUpNotificationsListener.setMailContentProcessor(MailContentProcessor mailContentProcessor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |