Uses of Class
com.atlassian.confluence.content.render.xhtml.links.LinksUpdater.PartialReferenceDetails
Packages that use LinksUpdater.PartialReferenceDetails
-
Uses of LinksUpdater.PartialReferenceDetails in com.atlassian.confluence.content.render.xhtml.links
Subclasses of LinksUpdater.PartialReferenceDetails in com.atlassian.confluence.content.render.xhtml.linksMethods in com.atlassian.confluence.content.render.xhtml.links that return LinksUpdater.PartialReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo) Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.LinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo, String spaceKey) Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type LinksUpdater.PartialReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.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'.XhtmlLinksUpdater.updateReferencesInContent(String content, LinksUpdater.PartialReferenceDetails oldLinkDetails, LinksUpdater.PartialReferenceDetails newLinkDetails) Method parameters in com.atlassian.confluence.content.render.xhtml.links with type arguments of type LinksUpdater.PartialReferenceDetailsModifier and TypeMethodDescriptionLinksUpdater.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'.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'.XhtmlLinksUpdater.updateReferencesInContent(String content, Map<LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails> oldToNewLinkDetails) XhtmlLinksUpdater.updateReferencesInContent(String content, Map<LinksUpdater.PartialReferenceDetails, LinksUpdater.PartialReferenceDetails> oldToNewLinkDetails)