Uses of Interface
com.xpn.xwiki.content.parsers.ReplaceLinkHandler

Packages that use ReplaceLinkHandler
com.xpn.xwiki.content.parsers   
 

Uses of ReplaceLinkHandler in com.xpn.xwiki.content.parsers
 

Classes in com.xpn.xwiki.content.parsers that implement ReplaceLinkHandler
 class RenamePageReplaceLinkHandler
          A replacement link handler used for renaming documents and backlinks pointing to them.
 

Methods in com.xpn.xwiki.content.parsers with parameters of type ReplaceLinkHandler
 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.