Interface AttachmentLinksUpdater
-
- All Known Implementing Classes:
XhtmlAttachmentLinksUpdater
public interface AttachmentLinksUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName)
-
-
-
Method Detail
-
updateLinksInContent
String updateLinksInContent(String content, String oldAttachmentName, String newAttachmentName) throws LinksUpdateException
- Throws:
LinksUpdateException
-
-