| Package | Description | 
|---|---|
| org.apache.wiki.diff | |
| org.apache.wiki.providers | 
 Provides storage for JSPWiki. 
 | 
| org.apache.wiki.search | 
 Provides the JSPWiki search functionality. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DiffProvider
Provides an SPI for creating a diff between two page versions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SearchProvider
Interface for the search providers that handle searching the Wiki 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicSearchProvider
Interface for the search providers that handle searching the Wiki 
 | 
class  | 
LuceneSearchProvider
Interface for the search providers that handle searching the Wiki 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.