|
Class Summary |
| DifferenceEngine |
Provides access to making a 'diff' between two Strings. |
| FileUtil |
Generic utilities related to file and stream handling. |
| FileUtil14 |
Generic utilities related to file and stream handling, JDK1.4 version. |
| LinkCollector |
Just a simple class collecting all of the links
that come in. |
| PageLock |
|
| PageManager |
Manages the WikiPages. |
| 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 |
Handles conversion from Wiki format into fully featured HTML. |
| UserProfile |
Contains user profile information. |
| 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. |