Class XhtmlAttachmentLinksUpdater
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
-
- All Implemented Interfaces:
AttachmentLinksUpdater
public class XhtmlAttachmentLinksUpdater extends Object implements AttachmentLinksUpdater
-
-
Constructor Summary
Constructors Constructor Description XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName)
-
-
-
Constructor Detail
-
XhtmlAttachmentLinksUpdater
public XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory)
-
-
Method Detail
-
updateLinksInContent
public String updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName) throws LinksUpdateException
- Specified by:
updateLinksInContent
in interfaceAttachmentLinksUpdater
- Throws:
LinksUpdateException
-
-