public class HtmlToWikiTextConverter extends Object implements HtmlConverter
Helper class to convert basic HTML to Wiki macro.
For example img to !image.png|thumbnail!.
com.atlassian.mail.HtmlToWikiTextConverter| Constructor and Description |
|---|
HtmlToWikiTextConverter(List<MailUtils.Attachment> attachments) |
HtmlToWikiTextConverter(List<MailUtils.Attachment> attachments,
boolean thumbnailsAllowed) |
public HtmlToWikiTextConverter(@Nonnull List<MailUtils.Attachment> attachments)
public HtmlToWikiTextConverter(@Nonnull List<MailUtils.Attachment> attachments, boolean thumbnailsAllowed)
public String convert(@Nonnull String html) throws IOException
HtmlConverterconvert in interface HtmlConverterhtml - input htmlIOException - from standard IO operationsCopyright © 2024 Atlassian. All rights reserved.