Package com.ecyrd.jspwiki

The chief package of JSPWiki.

See:
          Description

Interface Summary
SearchResult Defines a search result.
StringTransmutator Defines an interface for transforming strings within a Wiki context.
WikiProvider A generic Wiki provider for all sorts of things that the Wiki can store.
 

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 Describes a lock acquired by an user on a page.
PageManager Manages the WikiPages.
PageManager.PreSaveWikiPageTask Inner class that handles the page pre-save actions.
PageManager.SaveWikiPageTask Inner class that handles the actual page save and post-save actions.
PageTimeComparator Compares the lastModified date of its arguments.
PropertyReader Property Reader for the WikiEngine.
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.
 

Exception Summary
InternalWikiException Denotes something really serious going on inside Wiki.
NoRequiredPropertyException Marks an erroneus jspwiki.properties file.
NoSuchVariableException Marks that no such variable was located.
WikiException A generic Wiki exception.
 

Package com.ecyrd.jspwiki Description

The chief package of JSPWiki. This package contains most of the core classes that JSPWiki uses, and a bunch of other ones.

Package Specification

Related Documentation