net.sf.maia.core.storage
Class PageStore

java.lang.Object
  extended bynet.sf.maia.core.storage.PageStore

public class PageStore
extends java.lang.Object

Author:
Magnus Grimsell

Constructor Summary
PageStore()
           
 
Method Summary
 Page getPage(java.lang.String path)
          Returns a wiki page from the page store.
 SessionHolder getSessionHolder()
           
 void importXML(java.io.InputStream in)
           
 void setSessionHolder(SessionHolder sessionHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageStore

public PageStore()
Method Detail

getSessionHolder

public SessionHolder getSessionHolder()

setSessionHolder

public void setSessionHolder(SessionHolder sessionHolder)

getPage

public Page getPage(java.lang.String path)
Returns a wiki page from the page store.

Parameters:
path - Path to the page
Returns:
the page or null if the page does not exist

importXML

public void importXML(java.io.InputStream in)


Copyright © 2005 Maia. All Rights Reserved.