|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.wcm.webui.WikiLinkParser
public class WikiLinkParser
Created by The eXo Platform SAS Author : anh.do anh.do@exoplatform.com, anhdn86@gmail.com Mar 2, 2009
| Field Summary | |
|---|---|
static java.util.regex.Pattern |
XWIKI_LINK
The Constant XWIKI_LINK. |
| Constructor Summary | |
|---|---|
WikiLinkParser(java.lang.String source)
Instantiates a new wiki link parser. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDataSource()
Gets the data source. |
protected static java.util.List<org.exoplatform.portal.config.model.PageNavigation> |
getNavigations()
Gets the navigations. |
java.lang.String |
parseHTML()
Parses the html. |
void |
setDataSource(java.lang.String dataSource)
Sets the data source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.regex.Pattern XWIKI_LINK
| Constructor Detail |
|---|
public WikiLinkParser(java.lang.String source)
source - the source| Method Detail |
|---|
public void setDataSource(java.lang.String dataSource)
dataSource - the new data sourcepublic java.lang.String getDataSource()
protected static java.util.List<org.exoplatform.portal.config.model.PageNavigation> getNavigations()
throws java.lang.Exception
java.lang.Exception - the exception
public java.lang.String parseHTML()
throws java.lang.Exception
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||