|
Packages |
| org.apache.wiki |
The chief package of JSPWiki. |
| org.apache.wiki.action |
Business logic beans (ActionBeans) used by JSPs, as defined by
the Stripes
MVC framework. |
| org.apache.wiki.api |
Contains all public interfaces and classes that other parties can rely on. |
| org.apache.wiki.attachment |
Attachment management, uploading and downloading. |
| org.apache.wiki.auth |
Authentication, Authorization and the third A thing. |
| org.apache.wiki.auth.acl |
Access Control List implementation. |
| org.apache.wiki.auth.authorize |
Authorizer implementation. |
| org.apache.wiki.auth.login |
Provides the different login modules that JSPWiki uses. |
| org.apache.wiki.auth.permissions |
Contains all Permission subclasses used by JSPWiki's auth system. |
| org.apache.wiki.auth.user |
Contains all classes related to user management in JSPWiki's auth system. |
| org.apache.wiki.content |
Provides content management functionality for JSPWiki. |
| org.apache.wiki.content.inspect |
Inspection classes that allow content to be analyzed and scored
on a variety of topics, such as whether a proposed page change contains
spam. |
| org.apache.wiki.content.jcr |
|
| org.apache.wiki.content.lock |
Contains classes for JSPWiki's locking system. |
| org.apache.wiki.content.resolver |
|
| org.apache.wiki.diff |
Contains all DiffProvider classes. |
| org.apache.wiki.event |
Contains all classes related JSPWiki's event system. |
| org.apache.wiki.filters |
Provides page and content filtering functionality for JSPWiki. |
| org.apache.wiki.forms |
Contains classes for doing form handling within JSPWiki. |
| org.apache.wiki.htmltowiki |
Contains all classes for translation between html and wiki markup. |
| org.apache.wiki.i18n |
Contains all classes for i18n (internationalization). |
| org.apache.wiki.log |
Provides a generic logging interface to the JSPWiki. |
| org.apache.wiki.management |
Contains all of JSPWiki's Management Beans (MBeans). |
| org.apache.wiki.modules |
Contains all of JSPWiki's module classes, which is, we know, not a very descriptive name. |
| org.apache.wiki.parser |
Contains all classes for parsing wiki text, including related classes. |
| org.apache.wiki.plugin |
Provides plugins to the JSPWiki. |
| org.apache.wiki.preferences |
Preferences storage. |
| org.apache.wiki.providers |
Provides storage for JSPWiki. |
| org.apache.wiki.render |
Contains all classes for rendering pages. |
| org.apache.wiki.rpc |
Contains all classes related to RPC (Remote Procedure Call). |
| org.apache.wiki.rpc.atom |
Contains all classes for handling Atom API requests. |
| org.apache.wiki.rpc.json |
Provides utility classes for using the JSON-RPC AJAX library. |
| org.apache.wiki.rss |
Contains all classes that deal with JSPWiki's RSS system. |
| org.apache.wiki.search |
Provides the JSPWiki search functionality. |
| org.apache.wiki.tags |
Provides standard JSP tags for JSPWiki. |
| org.apache.wiki.ui |
Java classes for management of the JSP user interface. |
| org.apache.wiki.ui.admin |
Contains classes for the JSPWiki administrative interface. |
| org.apache.wiki.ui.admin.beans |
Contains all subclasses of SimpleAdminBean. |
| org.apache.wiki.ui.migrator |
Migrates JSPWiki 2.x JSPs to the current format, removing
obsolete code and adding Stripes features as necessary. |
| org.apache.wiki.ui.progress |
Provides progress management routines. |
| org.apache.wiki.ui.stripes |
Support classes that integrate JSPWiki with Stripes, an MVC framework. |
| org.apache.wiki.url |
Provides the URL generation routines. |
| org.apache.wiki.util |
Provides a number of utility libraries that are of general use. |
| org.apache.wiki.workflow |
Contains all classes related to JSPWiki's workflow system. |
| org.apache.wiki.xmlrpc |
Contains all classes related to JSPWiki's XML RPC system. |