Package org.apache.wiki.providers
package org.apache.wiki.providers
Provides storage for JSPWiki.
Package Specification
Contains all things which actually take care of the storage of the page and attachments content on the disk / database wherever.Related Documentation
TBD.-
ClassDescriptionProvides a simple directory based repository for Wiki pages.A simple filter which filters only those filenames which correspond to the file extension used.Provides basic, versioning attachments.Returns only those directories that contain attachments.Accepts only files that are actual versions, no control files.Provides a caching attachment provider.Provides a caching page provider.If a provider implements this interface, then CachingProvider will never attempt to search on its own; it will always pass any searches through to the actual provider.Provides a simple directory based repository for Wiki pages.Indicates that an non-existing version was specified.If the provider detects that someone has modified the repository externally, it should throw this exception.Provides a simple directory based repository for Wiki pages.This is a provider interface which providers can implement, if they support fast checks of versions.Deprecated.Deprecated.use
AttachmentProvider
insteadDeprecated.adapted provider should usePageProvider
instead.Deprecated.usePageProvider
instead
AttachmentProvider
instead.