|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.maia.core.WikiImpl
Constructor Summary | |
WikiImpl()
|
Method Summary | |
java.lang.String |
getPage(java.lang.String path)
Returns a wiki page. |
void |
setPageStore(PageStore pageStore)
Sets the PageStore to use for this Wiki instance. |
void |
setViewManager(ViewManager viewManager)
Sets the TemplateEngine to use for this Wiki instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WikiImpl()
Method Detail |
public void setPageStore(PageStore pageStore)
pageStore
- pageStore to usepublic void setViewManager(ViewManager viewManager)
viewManager
- TemplateEngine to usepublic java.lang.String getPage(java.lang.String path)
Wiki
getPage
in interface Wiki
path
- Path to the wiki page
Wiki.getPage(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |