Package com.ecyrd.jspwiki.providers

Interface Summary
WikiAttachmentProvider Defines an attachment provider - a class which is capable of saving binary data as attachments.
WikiPageProvider Each Wiki page provider should implement this interface.
 

Class Summary
BasicAttachmentProvider Provides basic, versioning attachments.
CachingProvider Heavily based on ideas by Chris Brooking.
FileSystemProvider Provides a simple directory based repository for Wiki pages.
RCSFileProvider This class implements a simple RCS file provider.
VersioningFileProvider Provides a simple directory based repository for Wiki pages.
 

Exception Summary
NoSuchVersionException Indicates that an non-existing version was specified.
ProviderException