org.wikimodel.wem.jspwiki
Class JspWikiReferenceParser
java.lang.Object
org.wikimodel.wem.WikiReferenceParser
org.wikimodel.wem.jspwiki.JspWikiReferenceParser
- All Implemented Interfaces:
- IWikiReferenceParser
public class JspWikiReferenceParser
- extends WikiReferenceParser
- Author:
- kotelnikov
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspWikiReferenceParser
public JspWikiReferenceParser()
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 © 2005-2012. All Rights Reserved.