|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WikiProvider | |
---|---|
org.apache.wiki.diff | |
org.apache.wiki.providers | Provides storage for JSPWiki. |
org.apache.wiki.search | Provides the JSPWiki search functionality. |
Uses of WikiProvider in org.apache.wiki.diff |
---|
Subinterfaces of WikiProvider in org.apache.wiki.diff | |
---|---|
interface |
DiffProvider
Provides an SPI for creating a diff between two page versions. |
Classes in org.apache.wiki.diff that implement WikiProvider | |
---|---|
class |
ContextualDiffProvider
A seriously better diff provider, which highlights changes word-by-word using CSS. |
static class |
DiffProvider.NullDiffProvider
If there is no diff provider set, this provider will work instead. |
class |
ExternalDiffProvider
This DiffProvider allows external command line tools to be used to generate the diff. |
class |
TraditionalDiffProvider
This is the JSPWiki 'traditional' diff. |
Uses of WikiProvider in org.apache.wiki.providers |
---|
Subinterfaces of WikiProvider in org.apache.wiki.providers | |
---|---|
interface |
WikiAttachmentProvider
Defines an attachment provider - a class which is capable of saving binary data as attachments. |
interface |
WikiPageProvider
Each Wiki page provider should implement this interface. |
Classes in org.apache.wiki.providers that implement WikiProvider | |
---|---|
class |
AbstractFileProvider
Provides a simple directory based repository for Wiki pages. |
class |
BasicAttachmentProvider
Provides basic, versioning attachments. |
class |
CachingAttachmentProvider
Provides a caching attachment provider. |
class |
CachingProvider
Provides a caching page provider. |
class |
FileSystemProvider
Provides a simple directory based repository for Wiki pages. |
class |
VersioningFileProvider
Provides a simple directory based repository for Wiki pages. |
Uses of WikiProvider in org.apache.wiki.search |
---|
Subinterfaces of WikiProvider in org.apache.wiki.search | |
---|---|
interface |
SearchProvider
Interface for the search providers that handle searching the Wiki |
Classes in org.apache.wiki.search that implement WikiProvider | |
---|---|
class |
BasicSearchProvider
Interface for the search providers that handle searching the Wiki |
class |
LuceneSearchProvider
Interface for the search providers that handle searching the Wiki |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |