com.ecyrd.jspwiki.diff
Class DiffProvider.NullDiffProvider
java.lang.Object
com.ecyrd.jspwiki.diff.DiffProvider.NullDiffProvider
- All Implemented Interfaces:
- DiffProvider, WikiProvider
- Enclosing interface:
- DiffProvider
public static class DiffProvider.NullDiffProvider
- extends Object
- implements DiffProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffProvider.NullDiffProvider
public DiffProvider.NullDiffProvider()
makeDiffHtml
public String makeDiffHtml(String oldWikiText,
String newWikiText)
- Description copied from interface:
DiffProvider
- 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.
- Specified by:
makeDiffHtml
in interface DiffProvider
initialize
public void initialize(WikiEngine engine,
Properties properties)
throws NoRequiredPropertyException,
IOException
- Description copied from interface:
WikiProvider
- Initializes the page provider.
- Specified by:
initialize
in interface WikiProvider
- Throws:
NoRequiredPropertyException
IOException
getProviderInfo
public String getProviderInfo()
- Description copied from interface:
WikiProvider
- Return a valid HTML string for information. May
be anything.
- Specified by:
getProviderInfo
in interface WikiProvider