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 |
---|---|
String |
makeDiffHtml(WikiContext context,
String oldWikiText,
String newWikiText)
The return string is to be XHTML compliant ready to display html.
|
getProviderInfo, initialize
String makeDiffHtml(WikiContext context, String oldWikiText, String newWikiText)
context
- The Wiki ContextoldWikiText
- the old textnewWikiText
- the new textCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.