Uses of Interface
com.ecyrd.jspwiki.WikiProvider

Packages that use WikiProvider
com.ecyrd.jspwiki.diff   
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
 

Uses of WikiProvider in com.ecyrd.jspwiki.diff
 

Subinterfaces of WikiProvider in com.ecyrd.jspwiki.diff
 interface DiffProvider
          Provides an SPI for creating a diff between two page versions.
 

Classes in com.ecyrd.jspwiki.diff that implement WikiProvider
 class ContextualDiffProvider
          A seriously better diff provider, which highlights changes word-by-word using CSS.
static class DiffProvider.NullDiffProvider
          If there is no diff provider set, this provider will work instead.
 class ExternalDiffProvider
          This DiffProvider allows external command line tools to be used to generate the diff.
 class TraditionalDiffProvider
          This is the JSPWiki 'traditional' diff.
 

Uses of WikiProvider in com.ecyrd.jspwiki.providers
 

Subinterfaces of WikiProvider in com.ecyrd.jspwiki.providers
 interface WikiAttachmentProvider
          Defines an attachment provider - a class which is capable of saving binary data as attachments.
 interface WikiPageProvider
          Each Wiki page provider should implement this interface.
 

Classes in com.ecyrd.jspwiki.providers that implement WikiProvider
 class AbstractFileProvider
          Provides a simple directory based repository for Wiki pages.
 class BasicAttachmentProvider
          Provides basic, versioning attachments.
 class CachingAttachmentProvider
          Provides a caching attachment provider.
 class CachingProvider
          Provides a caching page provider.
 class FileSystemProvider
          Provides a simple directory based repository for Wiki pages.
 class RCSFileProvider
          This class implements a simple RCS file provider.
 class VersioningFileProvider
          Provides a simple directory based repository for Wiki pages.
 

Uses of WikiProvider in com.ecyrd.jspwiki.search
 

Subinterfaces of WikiProvider in com.ecyrd.jspwiki.search
 interface SearchProvider
          Interface for the search providers that handle searching the Wiki
 

Classes in com.ecyrd.jspwiki.search that implement WikiProvider
 class BasicSearchProvider
          Interface for the search providers that handle searching the Wiki
 class LuceneSearchProvider
          Interface for the search providers that handle searching the Wiki