| Package | Description |
|---|---|
| org.opencms.ui.dialogs.history.diff |
Contains code for the comparison view of the file history dialog
|
| org.opencms.workplace.comparison |
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsValueCompareBean.formatContentValueForDiffTable(CmsObject cms,
CmsElementComparison comparison,
java.lang.String origValue)
Formats an xml content value string for display in the value comparison table.
|
| Constructor and Description |
|---|
CmsValueCompareBean(CmsObject cms,
CmsElementComparison elemComp)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsXmlContentElementComparison
Comparison of two xml content elements.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsElementComparison> |
CmsXmlDocumentComparison.getElements()
Returns the elements.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsElementComparison.compareTo(CmsElementComparison diffItem) |