Uses of Package
org.apache.wiki.api.core
Package | Description |
---|---|
org.apache.wiki |
The chief package of JSPWiki.
|
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.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.content |
Provides content management functionality for JSPWiki.
|
org.apache.wiki.diff | |
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 | |
org.apache.wiki.i18n | |
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.renderer | |
org.apache.wiki.modules | |
org.apache.wiki.pages |
Entry point for JSPWiki'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.rss |
Provides the JSPWiki RSS feeds functionality.
|
org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
org.apache.wiki.search.tika | |
org.apache.wiki.spi | |
org.apache.wiki.tags |
Provides standard JSP tags for JSPWiki.
|
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.url |
Provides the URL generation routines.
|
org.apache.wiki.variables | |
org.apache.wiki.workflow | |
org.apache.wiki.xmlrpc |
-
Classes in org.apache.wiki.api.core used by org.apache.wiki Class Description Acl Defines an access control list (ACL) for wiki pages.Command Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.core Class Description Acl Defines an access control list (ACL) for wiki pages.AclEntry Represents one entry in an Access Control List (ACL).Command Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.Context Provides state information throughout the processing of a page.ContextEnum Engine Provides Wiki services to the JSP page.Page Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.engine Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.filters Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.plugin Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.providers Class Description Attachment Describes an attachment.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.search Class Description Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.api.spi Class Description Acl Defines an access control list (ACL) for wiki pages.AclEntry Represents one entry in an Access Control List (ACL).Attachment Describes an attachment.Command Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.attachment Class Description Attachment Describes an attachment.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth.acl Class Description Acl Defines an access control list (ACL) for wiki pages.AclEntry Represents one entry in an Access Control List (ACL).Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth.authorize Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth.login Class Description Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth.permissions Class Description Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.auth.user Class Description Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.content Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.diff Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.filters Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.forms Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.htmltowiki Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.i18n Class Description Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.markdown Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.markdown.renderer Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.modules Class Description Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.pages Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.parser Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.parser.markdown Class Description Context Provides state information throughout the processing of a page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.plugin Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.preferences Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.providers Class Description Attachment Describes an attachment.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.references Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.render Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.render.markdown Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.rss Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.search Class Description Attachment Describes an attachment.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.search.tika Class Description Attachment Describes an attachment. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.spi Class Description Acl Defines an access control list (ACL) for wiki pages.AclEntry Represents one entry in an Access Control List (ACL).Attachment Describes an attachment.Command Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.tags Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.tasks.auth Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.tasks.pages Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.ui Class Description Command Represents a logical "unit of work" that includes a request context, JSP, URLPattern, content template and (optionally) a target and required security permission.Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page -
Classes in org.apache.wiki.api.core used by org.apache.wiki.ui.admin Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.ui.admin.beans Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.url Class Description Engine Provides Wiki services to the JSP page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.variables Class Description Context Provides state information throughout the processing of a page. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.workflow Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Session Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status. -
Classes in org.apache.wiki.api.core used by org.apache.wiki.xmlrpc Class Description Context Provides state information throughout the processing of a page.Engine Provides Wiki services to the JSP page.Page