org.xwiki.rendering.wikimodel.confluence
Class ConfluenceImageWikiReferenceParser

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

public class ConfluenceImageWikiReferenceParser
extends Object
implements IWikiReferenceParser

Since:
4.0M1
Version:
$Id: c4fc5ca58e9ff03c78880aae1eaa21a852979d34 $
See Also:
WikiReference

Constructor Summary
ConfluenceImageWikiReferenceParser()
           
 
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

ConfluenceImageWikiReferenceParser

public ConfluenceImageWikiReferenceParser()
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-2012 XWiki. All Rights Reserved.