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(WikiContext context,
java.lang.String oldWikiText,
java.lang.String newWikiText)
The return string is to be XHTML compliant ready to display html.
|
getProviderInfo, initialize
java.lang.String makeDiffHtml(WikiContext context, java.lang.String oldWikiText, java.lang.String newWikiText)
context
- The Wiki ContextoldWikiText
- the old textnewWikiText
- the new textstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.