org.xwiki.rendering.wikimodel.confluence
Class ConfluenceWikiReferenceParser

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.confluence.ConfluenceWikiReferenceParser
All Implemented Interfaces:
IWikiReferenceParser

public class ConfluenceWikiReferenceParser
extends Object
implements IWikiReferenceParser

Since:
4.0M1
See Also:
WikiReference

Constructor Summary
ConfluenceWikiReferenceParser()
           
 
Method Summary
 WikiReference parse(String str)
          Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceWikiReferenceParser

public ConfluenceWikiReferenceParser()
Method Detail

parse

public WikiReference parse(String str)
Description copied from interface: IWikiReferenceParser
Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.

Specified by:
parse in interface IWikiReferenceParser
Parameters:
str - the reference to parse
Returns:
a wiki reference corresponding to the given link