Class DefaultPageManager

java.lang.Object
org.apache.wiki.pages.DefaultPageManager
All Implemented Interfaces:
EventListener, WikiEventListener, PageManager

public class DefaultPageManager
extends Object
implements PageManager
Manages the WikiPages. This class functions as an unified interface towards the page providers. It handles initialization and management of the providers, and provides utility methods for accessing the contents.

Saving a page is a two-stage Task; first the pre-save operations and then the actual save. See the descriptions of the tasks for further information.

Since:
2.0