Uses of Interface
org.apache.wiki.api.providers.WikiProvider
-
Packages that use WikiProvider Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.api.providers Page Providers' API package of JSPWiki.org.apache.wiki.diff org.apache.wiki.providers Provides storage for JSPWiki.org.apache.wiki.search Provides the JSPWiki search functionality.org.apache.wiki.search.kendra org.apache.wiki.search.tika -
-
Uses of WikiProvider in org.apache.wiki
Subinterfaces of WikiProvider in org.apache.wiki Modifier and Type Interface Description interfaceWikiProviderDeprecated.- implement directlyWikiProvider. -
Uses of WikiProvider in org.apache.wiki.api.providers
Subinterfaces of WikiProvider in org.apache.wiki.api.providers Modifier and Type Interface Description interfaceAttachmentProviderDefines an attachment provider - a class which is capable of saving binary data as attachments.interfacePageProviderEach Wiki page provider should implement this interface. -
Uses of WikiProvider in org.apache.wiki.diff
Subinterfaces of WikiProvider in org.apache.wiki.diff Modifier and Type Interface Description interfaceDiffProviderProvides an SPI for creating a diff between two page versions.Classes in org.apache.wiki.diff that implement WikiProvider Modifier and Type Class Description classContextualDiffProviderA seriously better diff provider, which highlights changes word-by-word using CSS.static classDiffProvider.NullDiffProviderIf there is no diff provider set, this provider will work instead.classExternalDiffProviderThis DiffProvider allows external command line tools to be used to generate the diff.classTraditionalDiffProviderThis is the JSPWiki 'traditional' diff. -
Uses of WikiProvider in org.apache.wiki.providers
Subinterfaces of WikiProvider in org.apache.wiki.providers Modifier and Type Interface Description interfaceWikiAttachmentProviderDeprecated.useAttachmentProviderinsteadinterfaceWikiPageProviderDeprecated.usePageProviderinsteadClasses in org.apache.wiki.providers that implement WikiProvider Modifier and Type Class Description classAbstractFileProviderProvides a simple directory based repository for Wiki pages.classBasicAttachmentProviderProvides basic, versioning attachments.classCachingAttachmentProviderProvides a caching attachment provider.classCachingProviderProvides a caching page provider.classFileSystemProviderProvides a simple directory based repository for Wiki pages.classVersioningFileProviderProvides a simple directory based repository for Wiki pages.classWikiAttachmentAdapterProviderDeprecated.adapted provider should useAttachmentProviderinstead.classWikiPageAdapterProviderDeprecated.adapted provider should usePageProviderinstead. -
Uses of WikiProvider in org.apache.wiki.search
Subinterfaces of WikiProvider in org.apache.wiki.search Modifier and Type Interface Description interfaceSearchProviderInterface for the search providers that handle searching the WikiClasses in org.apache.wiki.search that implement WikiProvider Modifier and Type Class Description classBasicSearchProviderInterface for the search providers that handle searching the WikiclassLuceneSearchProviderInterface 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 WikiProvider Modifier and Type Class Description classKendraSearchProviderSearch 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 WikiProvider Modifier and Type Class Description classTikaSearchProviderSearch provider that extends {link LuceneSearchProvider} using Apache Tika for indexing attachment content.
-