Package | Description |
---|---|
org.apache.wiki |
The chief package of JSPWiki.
|
org.apache.wiki.ajax |
AJAX support classes.
|
org.apache.wiki.api |
JSPWiki's API package.
|
org.apache.wiki.api.core |
JSPWiki's central API.
|
org.apache.wiki.api.engine |
JSPWiki's Engine's component related classes.
|
org.apache.wiki.api.exceptions |
JSPWiki's API exceptions package.
|
org.apache.wiki.api.filters |
Filter's API package of JSPWiki.
|
org.apache.wiki.api.plugin |
Plugin's API package of JSPWiki.
|
org.apache.wiki.api.providers |
Page Providers' API package of JSPWiki.
|
org.apache.wiki.api.search |
Search's API package of JSPWiki.
|
org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
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 | |
org.apache.wiki.auth.user | |
org.apache.wiki.bootstrap |
JSPWiki's Bootstrapping procedures package.
|
org.apache.wiki.cache |
Provides a cache abstraction for JSPWiki.
|
org.apache.wiki.content |
Provides content management functionality for JSPWiki.
|
org.apache.wiki.diff | |
org.apache.wiki.event | |
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 |
HTML to wiki syntax translation related classes.
|
org.apache.wiki.htmltowiki.syntax |
Package Specification
|
org.apache.wiki.htmltowiki.syntax.jspwiki |
JSPWiki syntax decoration related classes.
|
org.apache.wiki.htmltowiki.syntax.markdown |
Markdown syntax decoration related classes.
|
org.apache.wiki.http.filter | |
org.apache.wiki.i18n |
I18n related classes.
|
org.apache.wiki.its |
JSPWiki functional tests.
|
org.apache.wiki.its.environment |
Tests' environment values that can be overwritten through System properties.
|
org.apache.wiki.management | |
org.apache.wiki.markdown |
Entry point for JSPWiki Flexmark's custom extensions.
|
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider |
Wikilinks' attributes custom decoration.
|
org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor |
Wikilinks' nodes custom post processing.
|
org.apache.wiki.markdown.nodes |
Custom Flexmark node's to handle special JSPWiki elements.
|
org.apache.wiki.markdown.renderer | |
org.apache.wiki.modules | |
org.apache.wiki.pages |
Entry point for JSPWiki's Page Objects.
|
org.apache.wiki.pages.haddock |
JSPWiki Haddock's Page Objects.
|
org.apache.wiki.parser | |
org.apache.wiki.parser.markdown |
Markdown parsing.
|
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.references |
Provides the JSPWiki track of pages' references.
|
org.apache.wiki.render |
Provides the JSPWiki rendering functionality.
|
org.apache.wiki.render.markdown |
Markdown rendering.
|
org.apache.wiki.rpc.atom |
Provides the JSPWiki ATOM API functionality.
|
org.apache.wiki.rss |
Provides the JSPWiki RSS feeds functionality.
|
org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
org.apache.wiki.search.kendra | |
org.apache.wiki.search.tika | |
org.apache.wiki.spi | |
org.apache.wiki.tags |
Provides standard JSP tags for JSPWiki.
|
org.apache.wiki.tasks |
Provides specific tasks for JSPWiki, meant to be executed by the workflow framework.
|
org.apache.wiki.tasks.auth |
Provides auth-related Tasks, meant to be executed by the workflow framework.
|
org.apache.wiki.tasks.pages |
Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework.
|
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 | |
org.apache.wiki.ui.progress |
Provides progress management routines.
|
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.util.comparators | |
org.apache.wiki.variables | |
org.apache.wiki.workflow | |
org.apache.wiki.xmlrpc |