Package com.aquima.web.api.model.page
Class ModelComparer
- java.lang.Object
-
- com.aquima.web.api.model.page.ModelComparer
-
public class ModelComparer extends Object
This class compares two pages and determines the changes between them.- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description ModelComparer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageChanges
compare(PageContent current, PageContent updated)
Determines the changes between two pages.
-
-
-
Method Detail
-
compare
public PageChanges compare(PageContent current, PageContent updated)
Determines the changes between two pages.- Parameters:
current
- The current pageupdated
- The updated page- Returns:
- The changes between the two pages, never null.
-
-