Uses of Interface
org.apache.wiki.diff.DiffProvider
| Package | Description |
|---|---|
| org.apache.wiki.diff |
-
Uses of DiffProvider in org.apache.wiki.diff
Classes in org.apache.wiki.diff that implement DiffProvider Modifier and Type Class Description classContextualDiffProviderA seriously better diff provider, which highlights changes word-by-word using CSS.static classDiffProvider.NullDiffProviderIf there is no diff provider set, this provider will work instead.classExternalDiffProviderThis DiffProvider allows external command line tools to be used to generate the diff.classTraditionalDiffProviderThis is the JSPWiki 'traditional' diff.