|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.plugin.InterWikiPlugin
org.ceryle.wiki.plugin.InterWikiDiff
public class InterWikiDiff
This implements an InterWikiDiff feature using the
InterWikiPlugin as its basis.
Note that this currently does not provide any protection from asynchronous changes, i.e., there is no page locking during a synchronization.
Parameters:
Values for the timeformat and dateformat
parameters are specified using the syntax as described in
SimpleDateFormat
InterWikiPlugin| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ceryle.wiki.plugin.InterWikiPlugin |
|---|
InterWikiPlugin.PageRecord |
| Field Summary | |
|---|---|
static String |
CLASS_ONLY_LOCAL
Color CSS class name for highlighting generated output. |
static String |
CLASS_ONLY_REMOTE
Color CSS class name for highlighting generated output. |
static String |
COLOR_MISMATCH
Color CSS class name for highlighting generated output. |
static String |
COLOR_NEWER_LOCAL
Color CSS class name for highlighting generated output. |
static String |
COLOR_NEWER_REMOTE
Color CSS class name for highlighting generated output. |
static String |
COLOR_UNKNOWN
Color CSS class name for highlighting generated output. |
static String |
COLOR_VERSION_MATCH
Color CSS class name for highlighting generated output. |
| Fields inherited from interface com.ecyrd.jspwiki.plugin.WikiPlugin |
|---|
CORE_PLUGINS_RESOURCEBUNDLE |
| Constructor Summary | |
|---|---|
InterWikiDiff()
|
|
| Method Summary | |
|---|---|
String |
execute(WikiContext context,
Map params)
|
protected void |
handleRecentChanges(StringBuffer out,
Vector in)
|
| Methods inherited from class org.ceryle.wiki.plugin.InterWikiPlugin |
|---|
error, getRemoteCalendar, getRemoteTimeZoneID, getViewURL, handleOutput, isSameDay, processAllPages, processHashtable, processListLinks, processPageInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CLASS_ONLY_REMOTE
public static final String CLASS_ONLY_LOCAL
public static final String COLOR_VERSION_MATCH
public static final String COLOR_NEWER_LOCAL
public static final String COLOR_NEWER_REMOTE
public static final String COLOR_UNKNOWN
public static final String COLOR_MISMATCH
| Constructor Detail |
|---|
public InterWikiDiff()
| Method Detail |
|---|
public String execute(WikiContext context,
Map params)
throws PluginException
execute in interface WikiPluginexecute in class InterWikiPluginPluginException
protected void handleRecentChanges(StringBuffer out,
Vector in)
throws PluginException
handleRecentChanges in class InterWikiPluginPluginException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||