org.xwiki.rendering.wikimodel.jspwiki
Class JspWikiReferenceParser

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.WikiReferenceParser
      extended by org.xwiki.rendering.wikimodel.jspwiki.JspWikiReferenceParser
All Implemented Interfaces:
IWikiReferenceParser

public class JspWikiReferenceParser
extends WikiReferenceParser

Since:
4.0M1
Version:
$Id$

Constructor Summary
JspWikiReferenceParser()
           
 
Method Summary
protected  String getLabel(String[] chunks)
          Extracts the label from the array of chunks and returns it.
protected  String getLink(String[] chunks)
          Extracts the link from the array of chunks and returns it.
 
Methods inherited from class org.xwiki.rendering.wikimodel.WikiReferenceParser
getParameters, parse, splitToChunks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspWikiReferenceParser

public JspWikiReferenceParser()
Method Detail

getLabel

protected String getLabel(String[] chunks)
Description copied from class: WikiReferenceParser
Extracts the label from the array of chunks and returns it.

Overrides:
getLabel in class WikiReferenceParser
Parameters:
chunks - the array of chunks
Returns:
a label extracted from the given array of chunks

getLink

protected String getLink(String[] chunks)
Description copied from class: WikiReferenceParser
Extracts the link from the array of chunks and returns it.

Overrides:
getLink in class WikiReferenceParser
Parameters:
chunks - the array of chunks
Returns:
a link extracted from the given array of chunks


Copyright © 2004-2012 XWiki. All Rights Reserved.