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 TypeInterfaceDescriptioninterfaceDefines an attachment provider - a class which is capable of saving binary data as attachments.interfaceEach Wiki page provider should implement this interface. -
Uses of WikiProvider in org.apache.wiki.diff
Subinterfaces of WikiProvider in org.apache.wiki.diffModifier and TypeInterfaceDescriptioninterfaceProvides an SPI for creating a diff between two page versions.Classes in org.apache.wiki.diff that implement WikiProviderModifier and TypeClassDescriptionclassA seriously better diff provider, which highlights changes word-by-word using CSS.static classIf there is no diff provider set, this provider will work instead.classThis DiffProvider allows external command line tools to be used to generate the diff.classThis is the JSPWiki 'traditional' diff. -
Uses of WikiProvider in org.apache.wiki.providers
Subinterfaces of WikiProvider in org.apache.wiki.providersModifier and TypeInterfaceDescriptioninterfaceDeprecated.useAttachmentProviderinsteadinterfaceDeprecated.usePageProviderinsteadClasses in org.apache.wiki.providers that implement WikiProviderModifier and TypeClassDescriptionclassProvides a simple directory based repository for Wiki pages.classProvides basic, versioning attachments.classProvides a caching attachment provider.classProvides a caching page provider.classProvides a simple directory based repository for Wiki pages.classProvides a simple directory based repository for Wiki pages.classDeprecated.adapted provider should useAttachmentProviderinstead.classDeprecated.adapted provider should usePageProviderinstead. -
Uses of WikiProvider in org.apache.wiki.search
Subinterfaces of WikiProvider in org.apache.wiki.searchModifier and TypeInterfaceDescriptioninterfaceInterface for the search providers that handle searching the WikiClasses in org.apache.wiki.search that implement WikiProviderModifier and TypeClassDescriptionclassInterface for the search providers that handle searching the WikiclassInterface 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 TypeClassDescriptionclassSearch 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 TypeClassDescriptionclassSearch provider that extends {link LuceneSearchProvider} using Apache Tika for indexing attachment content.
WikiProvider.