Uses of Package
org.apache.wiki
Package | Description |
---|---|
org.apache.wiki |
The chief package of JSPWiki.
|
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.attachment |
Attachment management, uploading and downloading.
|
org.apache.wiki.parser | |
org.apache.wiki.providers |
Provides storage for JSPWiki.
|
org.apache.wiki.render |
Provides the JSPWiki rendering functionality.
|
org.apache.wiki.rss |
Provides the JSPWiki RSS feeds functionality.
|
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.
|
-
Classes in org.apache.wiki used by org.apache.wiki Class Description InternalWikiException Denotes something really serious going on inside Wiki.StringTransmutator Defines an interface for transforming strings within a Wiki context.Watchable A watchdog needs something to watch.WatchDog WatchDog is a general system watchdog.WikiContext Provides state information throughout the processing of a page.WikiEngine Main implementation forEngine
.WikiPage Simple wrapper class for the Wiki page attributes.WikiSession Default implementation forSession
. -
Classes in org.apache.wiki used by org.apache.wiki.api.filters Class Description WikiContext Provides state information throughout the processing of a page.WikiEngine Main implementation forEngine
. -
Classes in org.apache.wiki used by org.apache.wiki.api.plugin Class Description WikiContext Provides state information throughout the processing of a page. -
Classes in org.apache.wiki used by org.apache.wiki.attachment Class Description WikiEngine Main implementation forEngine
.WikiPage Simple wrapper class for the Wiki page attributes. -
Classes in org.apache.wiki used by org.apache.wiki.parser Class Description StringTransmutator Defines an interface for transforming strings within a Wiki context. -
Classes in org.apache.wiki used by org.apache.wiki.providers Class Description WikiPage Simple wrapper class for the Wiki page attributes.WikiProvider Deprecated. -
Classes in org.apache.wiki used by org.apache.wiki.render Class Description StringTransmutator Defines an interface for transforming strings within a Wiki context. -
Classes in org.apache.wiki used by org.apache.wiki.rss Class Description WikiBackgroundThread Abstract Thread subclass that operates in the background; when it detects theWikiEngineEvent.SHUTDOWN
event, it terminates itself. -
Classes in org.apache.wiki used by org.apache.wiki.search Class Description WikiEngine Main implementation forEngine
.WikiPage Simple wrapper class for the Wiki page attributes. -
Classes in org.apache.wiki used by org.apache.wiki.tags Class Description WikiContext Provides state information throughout the processing of a page. -
Classes in org.apache.wiki used by org.apache.wiki.ui Class Description WikiContext Provides state information throughout the processing of a page.
WikiProvider
.