This is the main interface through which everything should go.
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.
There's basically only a single WikiEngine for each web application, and you should always get it using the WikiEngine.getInstance() method.
This is the main interface through which everything should go.
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.
There's basically only a single WikiEngine for each web application, and you should always get it using the WikiEngine.getInstance() method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|