Uses of Package
com.ecyrd.jspwiki

Packages that use com.ecyrd.jspwiki
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.attachment Attachment management, uploading and downloading. 
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.auth.acl Access Control List implementation. 
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
com.ecyrd.jspwiki.auth.login Provides the different login modules that JSPWiki uses. 
com.ecyrd.jspwiki.auth.permissions   
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.content Provides content management functionality for JSPWiki. 
com.ecyrd.jspwiki.dav   
com.ecyrd.jspwiki.dav.items   
com.ecyrd.jspwiki.diff   
com.ecyrd.jspwiki.event   
com.ecyrd.jspwiki.filters Provides page and content filtering functionality for JSPWiki. 
com.ecyrd.jspwiki.forms Contains classes for doing form handling within JSPWiki. 
com.ecyrd.jspwiki.htmltowiki   
com.ecyrd.jspwiki.i18n   
com.ecyrd.jspwiki.modules   
com.ecyrd.jspwiki.parser   
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
com.ecyrd.jspwiki.preferences Preferences storage. 
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
com.ecyrd.jspwiki.render   
com.ecyrd.jspwiki.rpc.json Provides utility classes for using the JSON-RPC AJAX library. 
com.ecyrd.jspwiki.rss   
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
com.ecyrd.jspwiki.tags Provides standard JSP tags for JSPWiki. 
com.ecyrd.jspwiki.ui Java classes for management of the JSP user interface. 
com.ecyrd.jspwiki.ui.admin Contains classes for the JSPWiki administrative interface. 
com.ecyrd.jspwiki.ui.admin.beans   
com.ecyrd.jspwiki.url Provides the URL generation routines. 
com.ecyrd.jspwiki.util Provides a number of utility libraries that are of general use. 
com.ecyrd.jspwiki.workflow   
com.ecyrd.jspwiki.xmlrpc   
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki
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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.auth.acl
WikiEngine
          Provides Wiki services to the JSP page.
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.auth.login
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.auth.permissions
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

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

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.dav
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.dav.items
WikiPage
          Simple wrapper class for the Wiki page attributes.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.event
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.forms
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.htmltowiki
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.i18n
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.modules
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.preferences
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.rpc.json
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.tags
WikiContext
          Provides state information throughout the processing of a page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.ui.admin
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.ui.admin.beans
WikiContext
          Provides state information throughout the processing of a page.
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.url
WikiEngine
          Provides Wiki services to the JSP page.
 

Classes in com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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 com.ecyrd.jspwiki used by com.ecyrd.jspwiki.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.