Uses of Interface
org.apache.wiki.diff.DiffProvider
-
Packages that use 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 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.
-