com.atlassian.confluence.links
Class DraftAttachmentLink

java.lang.Object
  extended by com.atlassian.renderer.links.Link
      extended by com.atlassian.renderer.links.BaseLink
          extended by com.atlassian.confluence.links.AbstractAttachmentLink
              extended by com.atlassian.confluence.links.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.confluence.links.AbstractAttachmentLink
attachment
 
Fields inherited from class com.atlassian.renderer.links.Link
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url
 
Constructor Summary
DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser)
           
DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, Draft draft, AttachmentManager attachmentManager)
           
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.links.AbstractAttachmentLink
getAttachment, getLinkBody
 
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, isRelativeUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraftAttachmentLink

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

DraftAttachmentLink

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.