| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml.links |
| Modifier and Type | Method and Description |
|---|---|
static LinksUpdater.AttachmentReferenceDetails |
LinksUpdater.AttachmentReferenceDetails.createReference(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
String |
XhtmlLinksUpdater.updateAttachmentReferencesInContent(String content,
LinksUpdater.AttachmentReferenceDetails old,
LinksUpdater.AttachmentReferenceDetails updated) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
XhtmlLinksUpdater.updateAttachmentReferencesInContent(String content,
Map<LinksUpdater.AttachmentReferenceDetails,LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails) |
String |
XhtmlLinksUpdater.updateAttachmentReferencesInContent(String content,
Map<LinksUpdater.AttachmentReferenceDetails,LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails) |
String |
LinksUpdater.updateAttachmentReferencesInContent(String content,
Map<LinksUpdater.AttachmentReferenceDetails,LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails)
Update all the attachment references in the content using oldToNewLinkDetails Map that maps the 'old' attachment to now refer to the 'updated' attachment.
|
String |
LinksUpdater.updateAttachmentReferencesInContent(String content,
Map<LinksUpdater.AttachmentReferenceDetails,LinksUpdater.AttachmentReferenceDetails> oldToNewLinkDetails)
Update all the attachment references in the content using oldToNewLinkDetails Map that maps the 'old' attachment to now refer to the 'updated' attachment.
|
Copyright © 2003–2017 Atlassian. All rights reserved.