Interface WikiProvider

All Known Subinterfaces:
AttachmentProvider, DiffProvider, PageProvider, SearchProvider, WikiAttachmentProvider, WikiPageProvider, WikiProvider
All Known Implementing Classes:
AbstractFileProvider, BasicAttachmentProvider, BasicSearchProvider, CachingAttachmentProvider, CachingProvider, ContextualDiffProvider, DiffProvider.NullDiffProvider, ExternalDiffProvider, FileSystemProvider, LuceneSearchProvider, TikaSearchProvider, TraditionalDiffProvider, VersioningFileProvider, WikiAttachmentAdapterProvider, WikiPageAdapterProvider

public interface WikiProvider
A generic Wiki provider for all sorts of things that the Wiki can store.
Since:
2.0
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int LATEST_VERSION
    Passing this to any method should get the latest version
  • Method Summary

    Modifier and Type Method Description
    String getProviderInfo()
    Return a valid HTML string for information.
    void initialize​(Engine engine, Properties properties)
    Initializes the page provider.