Interface | Description |
---|---|
StringTransmutator |
Defines an interface for transforming strings within a Wiki context.
|
Watchable |
A watchdog needs something to watch.
|
WikiProvider |
A generic Wiki provider for all sorts of things that the Wiki can
store.
|
Class | Description |
---|---|
LinkCollector |
Just a simple class collecting all of the links that come in.
|
ReferenceManager |
Keeps track of wikipage references:
What pages a given page refers to
What pages refer to a given page
This is a quick'n'dirty approach without any finesse in storage and
searching algorithms; we trust java.util.*.
|
Release |
Contains release and version information.
|
TranslationsCheck |
Simple utility that shows you a sorted list of property differences between
the 'default en' and a given i18n file.
|
VariableManager |
Manages variables.
|
WatchDog |
WatchDog is a general system watchdog.
|
WikiBackgroundThread |
Abstract Thread subclass that operates in the background; when it detects the
WikiEngineEvent.SHUTDOWN event,
it terminates itself. |
WikiContext |
Provides state information throughout the processing of a page.
|
WikiEngine |
Provides Wiki services to the JSP page.
|
WikiPage |
Simple wrapper class for the Wiki page attributes.
|
WikiServlet |
This provides a master servlet for dealing with short urls.
|
WikiSession |
Represents a long-running wiki session, with an associated user Principal,
user Subject, and authentication status.
|
Exception | Description |
---|---|
InternalWikiException |
Denotes something really serious going on inside Wiki.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.