
| Interface | Description |
|---|---|
| DiffProvider |
Provides an SPI for creating a diff between two page versions.
|
| Class | Description |
|---|---|
| ContextualDiffProvider |
A seriously better diff provider, which highlights changes word-by-word using
CSS.
|
| DifferenceManager |
Load, initialize and delegate to the DiffProvider that will actually do the work.
|
| DiffProvider.NullDiffProvider |
If there is no diff provider set, this provider will work instead.
|
| ExternalDiffProvider |
This DiffProvider allows external command line tools to be used to generate
the diff.
|
| TraditionalDiffProvider |
This is the JSPWiki 'traditional' diff.
|
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.