Class DraftAttachmentLink

java.lang.Object
com.atlassian.renderer.links.Link
com.atlassian.renderer.links.BaseLink
com.atlassian.confluence.links.AbstractAttachmentLink
com.atlassian.confluence.links.DraftAttachmentLink

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

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

    Constructors
    Constructor
    Description
    DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser)
     
    DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, Draft draft, AttachmentManager attachmentManager)
     
  • Method Summary

    getAttachment, getLinkBody
    equals, getOriginalParser, hashCode, setI18nTitle, setTitle
    getIconName, getLinkAttributes, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, getWikiDestination, getWikiTitle, isAliasSpecified, isRelativeUrl

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DraftAttachmentLink

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

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