Class TraditionalDiffProvider

java.lang.Object
org.apache.wiki.diff.TraditionalDiffProvider
All Implemented Interfaces:
WikiProvider, DiffProvider

public class TraditionalDiffProvider
extends java.lang.Object
implements DiffProvider
This is the JSPWiki 'traditional' diff. It uses an internal diff engine.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.wiki.diff.DiffProvider

    DiffProvider.NullDiffProvider
  • Field Summary

    Fields inherited from interface org.apache.wiki.api.providers.WikiProvider

    LATEST_VERSION
  • Constructor Summary

    Constructors
    Constructor Description
    TraditionalDiffProvider()
    Constructs the provider.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getProviderInfo()
    Return a valid HTML string for information.
    void initialize​(Engine engine, java.util.Properties properties)
    Initializes the page provider.
    java.lang.String makeDiffHtml​(Context ctx, java.lang.String p1, java.lang.String p2)
    Makes a diff using the BMSI utility package.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait