Class WikiEngine

java.lang.Object
org.apache.wiki.WikiEngine
All Implemented Interfaces:
Engine

public class WikiEngine extends Object implements Engine
Main implementation for Engine.

Using this class: Always get yourself an instance from JSP page by using the WikiEngine.getInstance(..) method. Never create a new WikiEngine() from scratch, unless you're writing tests.