public interface DiffProvider extends WikiProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
DiffProvider.NullDiffProvider
If there is no diff provider set, this provider will work instead.
|
LATEST_VERSION| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
makeDiffHtml(Context context,
java.lang.String oldWikiText,
java.lang.String newWikiText)
The return string is to be XHTML compliant ready to display html.
|
getProviderInfo, initializejava.lang.String makeDiffHtml(Context context, java.lang.String oldWikiText, java.lang.String newWikiText)
context - The Wiki ContextoldWikiText - the old textnewWikiText - the new textCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.