Interface SiteVersionAware

  • All Known Implementing Classes:
    CatalogBrowserArea, NavigationNodeBrowserArea

    public interface SiteVersionAware
    Indicates that implementing class (e.g. browser area) is sensitive to changes of site and catalog version
    • Method Detail

      • setActiveSite

        void setActiveSite​(CMSSiteModel activeSite)
      • setActiveCatalogVersion

        void setActiveCatalogVersion​(CatalogVersionModel activeCatalogVersion)