Uses of Package
com.ecyrd.jspwiki.providers

Packages that use com.ecyrd.jspwiki.providers
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.attachment Attachment management, uploading and downloading. 
com.ecyrd.jspwiki.content Provides content management functionality for JSPWiki. 
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
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. 
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
WikiPageProvider
          Each Wiki page provider should implement this interface.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.attachment
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
WikiAttachmentProvider
          Defines an attachment provider - a class which is capable of saving binary data as attachments.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.content
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.plugin
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.providers
AbstractFileProvider
          Provides a simple directory based repository for Wiki pages.
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
RepositoryModifiedException
          If the provider detects that someone has modified the repository externally, it should throw this exception.
VersioningProvider
          This is a provider interface which providers can implement, if they support fast checks of versions.
WikiAttachmentProvider
          Defines an attachment provider - a class which is capable of saving binary data as attachments.
WikiPageProvider
          Each Wiki page provider should implement this interface.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.rss
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.search
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.tags
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.
 

Classes in com.ecyrd.jspwiki.providers used by com.ecyrd.jspwiki.ui
ProviderException
          This exception represents the superclass of all exceptions that providers may throw.