org.xwiki.rendering.wikimodel.common
Class CommonWikiReferenceParser

java.lang.Object
  extended by 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
CommonWikiReferenceParser()
           
 
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

CommonWikiReferenceParser

public CommonWikiReferenceParser()
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


Copyright © 2004–2015 XWiki. All rights reserved.