Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.devtools.wiki

Class Summary
CachingTranslatorManager Translates a WebContent into HTML by applying a number of Translators.
CVSFilePersister A file-based persistence mechanism that implements the Persister interface.
FilePersister A file-based persistence mechanism that implements the Persister interface.

This implementation assumes that a page's URL can be constructed by appending the page title (and therefore disk file name) to the base URL.

This object expects to see the option FilePersister.RootDir in the config file, and takes it to mean the directory which it should scan to acquire the files to be served as WebContent.

Properties for objects are written to a file called XXX.properties for each resource XXX.
FileWebContent Implementation of a WebContent that is designed to work with the FilePersister.
HashCache Implements a TranslatorCache with a simple JDK Hashtable.
ServletDisplay Take URLs of the form /servlet/wiki/type/page?blah-blah and delegate to the proper URL that translates correctly.
TempWebContent A temporary WebContent object.
WikiServices Provides services and config options to the translators and factory-izes the various Wiki components.

Note that some objects may choose to be singletons, so multiple calls to getWhatever() may return the same object.
WikiTranslatorManager Translates a WebContent into HTML by applying a number of Translators.