Class CommonWikiReferenceParser
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.common.CommonWikiReferenceParser
-
- All Implemented Interfaces:
IWikiReferenceParser
public class CommonWikiReferenceParser extends Object implements IWikiReferenceParser
- Since:
- 4.0M1
- Version:
- $Id: aafdf8d75ad289316ff26bbc808a1787b6da8d46 $
-
-
Constructor Summary
Constructors Constructor Description CommonWikiReferenceParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WikiReferenceparse(String str)Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.
-
-
-
Method Detail
-
parse
public WikiReference parse(String str)
Description copied from interface:IWikiReferenceParserParses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.- Specified by:
parsein interfaceIWikiReferenceParser- Parameters:
str- the reference to parse- Returns:
- a wiki reference corresponding to the given link
-
-