Class ModelComparer


  • public class ModelComparer
    extends Object
    This class compares two pages and determines the changes between them.
    Since:
    9.2
    Author:
    A.Pragt
    • Constructor Detail

      • ModelComparer

        public ModelComparer()
    • Method Detail

      • compare

        public PageChanges compare​(PageContent current,
                                   PageContent updated)
        Determines the changes between two pages.
        Parameters:
        current - The current page
        updated - The updated page
        Returns:
        The changes between the two pages, never null.