Uses of Interface
org.apache.wiki.api.providers.WikiProvider
Packages that use WikiProvider
Package
Description
The chief package of JSPWiki.
Page Providers' API package of JSPWiki.
Provides storage for JSPWiki.
Provides the JSPWiki search functionality.
-
Uses of WikiProvider in org.apache.wiki
Subinterfaces of WikiProvider in org.apache.wiki -
Uses of WikiProvider in org.apache.wiki.api.providers
Subinterfaces of WikiProvider in org.apache.wiki.api.providersModifier and TypeInterfaceDescriptioninterface
Defines an attachment provider - a class which is capable of saving binary data as attachments.interface
Each Wiki page provider should implement this interface. -
Uses of WikiProvider in org.apache.wiki.diff
Subinterfaces of WikiProvider in org.apache.wiki.diffModifier and TypeInterfaceDescriptioninterface
Provides an SPI for creating a diff between two page versions.Classes in org.apache.wiki.diff that implement WikiProviderModifier and TypeClassDescriptionclass
A seriously better diff provider, which highlights changes word-by-word using CSS.static class
If there is no diff provider set, this provider will work instead.class
This DiffProvider allows external command line tools to be used to generate the diff.class
This is the JSPWiki 'traditional' diff. -
Uses of WikiProvider in org.apache.wiki.providers
Subinterfaces of WikiProvider in org.apache.wiki.providersModifier and TypeInterfaceDescriptioninterface
Deprecated.useAttachmentProvider
insteadinterface
Deprecated.usePageProvider
insteadClasses in org.apache.wiki.providers that implement WikiProviderModifier and TypeClassDescriptionclass
Provides a simple directory based repository for Wiki pages.class
Provides basic, versioning attachments.class
Provides a caching attachment provider.class
Provides a caching page provider.class
Provides a simple directory based repository for Wiki pages.class
Provides a simple directory based repository for Wiki pages.class
Deprecated.adapted provider should useAttachmentProvider
instead.class
Deprecated.adapted provider should usePageProvider
instead. -
Uses of WikiProvider in org.apache.wiki.search
Subinterfaces of WikiProvider in org.apache.wiki.searchModifier and TypeInterfaceDescriptioninterface
Interface for the search providers that handle searching the WikiClasses in org.apache.wiki.search that implement WikiProviderModifier and TypeClassDescriptionclass
Interface for the search providers that handle searching the Wikiclass
Interface for the search providers that handle searching the Wiki -
Uses of WikiProvider in org.apache.wiki.search.kendra
Classes in org.apache.wiki.search.kendra that implement WikiProviderModifier and TypeClassDescriptionclass
Search provider that implements {link SearchProvider} using AWS Kendra for indexing. -
Uses of WikiProvider in org.apache.wiki.search.tika
Classes in org.apache.wiki.search.tika that implement WikiProviderModifier and TypeClassDescriptionclass
Search provider that extends {link LuceneSearchProvider} using Apache Tika for indexing attachment content.
WikiProvider
.