com.ecyrd.jspwiki.diff
Interface DiffProvider

All Superinterfaces:
WikiProvider
All Known Implementing Classes:
ContextualDiffProvider, DiffProvider.NullDiffProvider, ExternalDiffProvider, TraditionalDiffProvider

public interface DiffProvider
extends WikiProvider

TODO


Nested Class Summary
static class DiffProvider.NullDiffProvider
           
 
Field Summary
 
Fields inherited from interface com.ecyrd.jspwiki.WikiProvider
LATEST_VERSION
 
Method Summary
 String makeDiffHtml(String oldWikiText, String newWikiText)
          The return string is to be XHTML compliant ready to display html.
 
Methods inherited from interface com.ecyrd.jspwiki.WikiProvider
getProviderInfo, initialize
 

Method Detail

makeDiffHtml

String makeDiffHtml(String oldWikiText,
                    String newWikiText)
The return string is to be XHTML compliant ready to display html. No further processing of this text will be done by the wiki engine.