Uses of Class
com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.AttachmentReferenceDetails
-
Packages that use LinksUpdater.AttachmentReferenceDetails Package Description 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 Modifier and Type Method Description static LinksUpdater.AttachmentReferenceDetails
LinksUpdater.AttachmentReferenceDetails. createReference(Attachment attachment)
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type LinksUpdater.AttachmentReferenceDetails Modifier and Type Method Description String
LinksUpdater. updateAttachmentReferencesInContent(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.String
XhtmlLinksUpdater. updateAttachmentReferencesInContent(String content, LinksUpdater.AttachmentReferenceDetails old, LinksUpdater.AttachmentReferenceDetails updated)
-