|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.WikiReferenceParser
org.wikimodel.wem.xwiki.xwiki20.XWikiReferenceParser
public class XWikiReferenceParser
| Constructor Summary | |
|---|---|
XWikiReferenceParser()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getLabel(java.lang.String[] chunks)
Extracts the label from the array of chunks and returns it. |
protected java.lang.String |
getLink(java.lang.String[] chunks)
Extracts the link from the array of chunks and returns it. |
protected WikiParameters |
getParameters(java.lang.String[] chunks)
Extracts parameters part of the original reference and returns it as a WikiParameters. |
protected java.lang.String[] |
splitToChunks(java.lang.String str)
Returns the given string split to individual segments |
| Methods inherited from class org.wikimodel.wem.WikiReferenceParser |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XWikiReferenceParser()
| Method Detail |
|---|
protected java.lang.String getLabel(java.lang.String[] chunks)
WikiReferenceParser
getLabel in class WikiReferenceParserchunks - the array of chunks
protected java.lang.String getLink(java.lang.String[] chunks)
WikiReferenceParser
getLink in class WikiReferenceParserchunks - the array of chunks
protected WikiParameters getParameters(java.lang.String[] chunks)
WikiReferenceParser
getParameters in class WikiReferenceParserchunks - the array of chunks
protected java.lang.String[] splitToChunks(java.lang.String str)
WikiReferenceParser
splitToChunks in class WikiReferenceParserstr - the string to split
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||