net.sf.maia.core
Class WikiImpl

java.lang.Object
  extended bynet.sf.maia.core.WikiImpl
All Implemented Interfaces:
Wiki

public class WikiImpl
extends java.lang.Object
implements Wiki

Author:
Magnus Grimsell

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

WikiImpl

public WikiImpl()
Method Detail

setPageStore

public void setPageStore(PageStore pageStore)
Sets the PageStore to use for this Wiki instance.

Parameters:
pageStore - pageStore to use

setViewManager

public void setViewManager(ViewManager viewManager)
Sets the TemplateEngine to use for this Wiki instance.

Parameters:
viewManager - TemplateEngine to use

getPage

public java.lang.String getPage(java.lang.String path)
Description copied from interface: Wiki
Returns a wiki page.

Specified by:
getPage in interface Wiki
Parameters:
path - Path to the wiki page
Returns:
a wiki page
See Also:
Wiki.getPage(java.lang.String)


Copyright © 2005 Maia. All Rights Reserved.