Uses of Package
org.apache.wiki

Packages that use org.apache.wiki
org.apache.wiki The chief package of JSPWiki. 
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.dav   
org.apache.wiki.dav.items   
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   
org.apache.wiki.i18n   
org.apache.wiki.modules   
org.apache.wiki.parser   
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   
org.apache.wiki.rpc.json Provides utility classes for using the JSON-RPC AJAX library. 
org.apache.wiki.rss   
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   
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   
org.apache.wiki.xmlrpc   
 

Classes in org.apache.wiki used by org.apache.wiki
InternalWikiException
          Denotes something really serious going on inside Wiki.
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
NoSuchVariableException
          Marks that no such variable was located.
PageLock
          Describes a lock acquired by an user on a page.
PageManager
          Manages the WikiPages.
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.*.
SearchResult
          Defines a search result.
StringTransmutator
          Defines an interface for transforming strings within a Wiki context.
VariableManager
          Manages variables.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
WikiSession
          Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.
 

Classes in org.apache.wiki used by org.apache.wiki.attachment
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.
 

Classes in org.apache.wiki used by org.apache.wiki.auth
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiSession
          Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.
 

Classes in org.apache.wiki used by org.apache.wiki.auth.acl
WikiEngine
          Provides Wiki services to the JSP page.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.auth.authorize
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiSession
          Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.
 

Classes in org.apache.wiki used by org.apache.wiki.auth.login
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.auth.permissions
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.auth.user
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.content
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.dav
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.dav.items
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.diff
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiProvider
          A generic Wiki provider for all sorts of things that the Wiki can store.
 

Classes in org.apache.wiki used by org.apache.wiki.event
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.filters
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.forms
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in org.apache.wiki used by org.apache.wiki.htmltowiki
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in org.apache.wiki used by org.apache.wiki.i18n
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.modules
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.parser
StringTransmutator
          Defines an interface for transforming strings within a Wiki context.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.plugin
PageManager
          Manages the WikiPages.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
 

Classes in org.apache.wiki used by org.apache.wiki.preferences
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in org.apache.wiki used by org.apache.wiki.providers
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
QueryItem
          This simple class just fulfils the role of a container for searches.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
WikiProvider
          A generic Wiki provider for all sorts of things that the Wiki can store.
 

Classes in org.apache.wiki used by org.apache.wiki.render
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
 

Classes in org.apache.wiki used by org.apache.wiki.rpc.json
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in org.apache.wiki used by org.apache.wiki.rss
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
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.
 

Classes in org.apache.wiki used by org.apache.wiki.search
NoRequiredPropertyException
          Marks an erroneus jspwiki.properties file.
QueryItem
          This simple class just fulfils the role of a container for searches.
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
WikiProvider
          A generic Wiki provider for all sorts of things that the Wiki can store.
 

Classes in org.apache.wiki used by org.apache.wiki.tags
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in org.apache.wiki used by org.apache.wiki.ui
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.
 

Classes in org.apache.wiki used by org.apache.wiki.ui.admin
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.ui.admin.beans
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.url
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in org.apache.wiki used by org.apache.wiki.util
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in org.apache.wiki used by org.apache.wiki.workflow
WikiEngine
          Provides Wiki services to the JSP page.
WikiException
          A generic Wiki exception.
WikiSession
          Represents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.
 

Classes in org.apache.wiki used by org.apache.wiki.xmlrpc
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.