Class Summary |
FileUtil |
Generic utilities related to file and stream handling. |
LinkCollector |
Just a simple class collecting all of the links
that come in. |
PageLock |
|
PageManager |
Manages the WikiPages. |
PageRenamer |
Do all the nitty-gritty work of renaming pages. |
PageTimeComparator |
|
QueryItem |
This simple class just fulfils the role of a container
for searches. |
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. |
SearchMatcher |
SearchMatcher performs the task of matching a search query to a page's
contents. |
SearchResultComparator |
Simple class that decides which search results are more
important than others. |
TextUtil |
Contains a number of static utility methods. |
TranslatorReader |
Deprecated. |
VariableManager |
Manages variables. |
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. |