Package | Description |
---|---|
com.xpn.xwiki.content.parsers |
Modifier and Type | Class and Description |
---|---|
class |
RenamePageReplaceLinkHandler
A replacement link handler used for renaming documents and backlinks pointing to them.
|
Modifier and Type | Method and Description |
---|---|
ReplacementResultCollection |
DocumentParser.parseLinksAndReplace(String contentToParse,
Link linkToLookFor,
Link newLink,
ReplaceLinkHandler linkHandler,
String currentSpace)
Parse the links contained into the passed content represent the raw content from a document
(as typed by the user) and replace links that matches the passed linkToLookFor Link with the
specified newLink link.
|
Copyright © 2004–2014 XWiki. All rights reserved.