Uses of Class
com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails

Packages that use LinksUpdater.AttachmentReferenceDetails
com.atlassian.confluence.content.render.xhtml.links   
 

Uses of LinksUpdater.AttachmentReferenceDetails in com.atlassian.confluence.content.render.xhtml.links
 

Methods in com.atlassian.confluence.content.render.xhtml.links that return LinksUpdater.AttachmentReferenceDetails
static LinksUpdater.AttachmentReferenceDetails LinksUpdater.AttachmentReferenceDetails.createReference(Attachment attachment)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type LinksUpdater.AttachmentReferenceDetails
 java.lang.String XhtmlLinksUpdater.updateAttachmentReferencesInContent(java.lang.String content, LinksUpdater.AttachmentReferenceDetails old, LinksUpdater.AttachmentReferenceDetails updated)
           
 java.lang.String LinksUpdater.updateAttachmentReferencesInContent(java.lang.String content, LinksUpdater.AttachmentReferenceDetails old, LinksUpdater.AttachmentReferenceDetails updated)
          Update all the attachment references in the content that referred to the 'old' attachment to now refer to the 'updated' attachment.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.