Class DraftAttachmentLink


  • public class DraftAttachmentLink
    extends AbstractAttachmentLink
    A link to an attachment that is attached a draft object.
    • Field Summary

      • Fields inherited from class com.atlassian.renderer.links.Link

        aliasSpecified, iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url, wikiDestination, wikiTitle
    • Method Summary

      • Methods inherited from class com.atlassian.renderer.links.BaseLink

        equals, getOriginalParser, hashCode, setI18nTitle, setTitle
      • Methods inherited from class com.atlassian.renderer.links.Link

        getIconName, getLinkAttributes, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, getWikiDestination, getWikiTitle, isAliasSpecified, isRelativeUrl
    • Constructor Detail

      • DraftAttachmentLink

        public DraftAttachmentLink​(com.atlassian.renderer.links.GenericLinkParser parser)
      • DraftAttachmentLink

        public DraftAttachmentLink​(com.atlassian.renderer.links.GenericLinkParser parser,
                                   Draft draft,
                                   AttachmentManager attachmentManager)