com.atlassian.confluence.content.render.xhtml.links
Class XhtmlAttachmentLinksUpdater

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
All Implemented Interfaces:
AttachmentLinksUpdater

public class XhtmlAttachmentLinksUpdater
extends Object
implements AttachmentLinksUpdater


Constructor Summary
XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory)
           
 
Method Summary
 String updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface AttachmentLinksUpdater
Throws:
LinksUpdateException


Copyright © 2003–2015 Atlassian. All rights reserved.