| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.mow.core.api.wiki | |
| org.exoplatform.wiki.service.diff |
Provides classes which are used for comparing and making a list of differences and results
between content.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DraftPage.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DraftPageImpl.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffService.getDifferencesAsHTML(String text1,
String text2,
boolean allDoc)
Gets a Delta object containing line differences in the HTML format between text1 and text2.
|
DiffResult |
DiffService.getWordDifferencesAsHTML(String text1,
String text2)
Gets a Delta object containing word differences between text1 and text2.
|
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.