public class MailImageInlinerImpl extends Object implements MailImageInliner
MailImageInliner.InlinedEmailBody
Constructor and Description |
---|
MailImageInlinerImpl(ApplicationProperties applicationProperties,
AvatarService avatarService,
AvatarTranscoder avatarTranscoder,
UserManager userManager,
AvatarManager avatarManager) |
Modifier and Type | Method and Description |
---|---|
MailImageInliner.InlinedEmailBody |
inlineImages(String html)
Tries to inline all the images specified by an IMG tag.
|
public MailImageInlinerImpl(ApplicationProperties applicationProperties, AvatarService avatarService, AvatarTranscoder avatarTranscoder, UserManager userManager, AvatarManager avatarManager)
@Nonnull public MailImageInliner.InlinedEmailBody inlineImages(@Nonnull String html)
MailImageInliner
inlineImages
in interface MailImageInliner
html
- HTML to change.MailImageInliner.InlinedEmailBody
to represent the new email body, fully inlinedCopyright © 2002-2015 Atlassian. All Rights Reserved.