Class XhtmlAttachmentLinksUpdater
java.lang.Object
com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
- All Implemented Interfaces:
AttachmentLinksUpdater
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlAttachmentLinksUpdater
(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory) -
Method Summary
Modifier and TypeMethodDescriptionupdateLinksInContent
(String content, String oldAttachmentName, String newAttachmentName)
-
Constructor Details
-
XhtmlAttachmentLinksUpdater
public XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory)
-
-
Method Details
-
updateLinksInContent
public String updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName) throws LinksUpdateException - Specified by:
updateLinksInContent
in interfaceAttachmentLinksUpdater
- Throws:
LinksUpdateException
-