| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml.links |
| Modifier and Type | Class and Description |
|---|---|
static class |
LinksUpdater.AttachmentReferenceDetails |
| Modifier and Type | Method and Description |
|---|---|
static LinksUpdater.PartialReferenceDetails |
LinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo)
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.
|
static LinksUpdater.PartialReferenceDetails |
LinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo,
String spaceKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
XhtmlLinksUpdater.updateReferencesInContent(String content,
LinksUpdater.PartialReferenceDetails oldLinkDetails,
LinksUpdater.PartialReferenceDetails newLinkDetails) |
String |
LinksUpdater.updateReferencesInContent(String content,
LinksUpdater.PartialReferenceDetails oldLinkDetails,
LinksUpdater.PartialReferenceDetails newLinkDetails)
Update all the links and embedded image references in the content that referred to 'oldDetails' to now refer to 'newDetails'.
|
| Modifier and Type | Method and Description |
|---|---|
String |
XhtmlLinksUpdater.updateReferencesInContent(String content,
Map<LinksUpdater.PartialReferenceDetails,LinksUpdater.PartialReferenceDetails> oldToNewLinkDetails) |
String |
XhtmlLinksUpdater.updateReferencesInContent(String content,
Map<LinksUpdater.PartialReferenceDetails,LinksUpdater.PartialReferenceDetails> oldToNewLinkDetails) |
String |
LinksUpdater.updateReferencesInContent(String content,
Map<LinksUpdater.PartialReferenceDetails,LinksUpdater.PartialReferenceDetails> oldToNewMapping)
Update all the links and embedded image references in the content that referred to 'oldDetails' to now refer to 'newDetails'.
|
String |
LinksUpdater.updateReferencesInContent(String content,
Map<LinksUpdater.PartialReferenceDetails,LinksUpdater.PartialReferenceDetails> oldToNewMapping)
Update all the links and embedded image references in the content that referred to 'oldDetails' to now refer to 'newDetails'.
|
Copyright © 2003–2022 Atlassian. All rights reserved.