Class GroupingPageStore

  • All Implemented Interfaces:
    IPageStore

    public abstract class GroupingPageStore
    extends DelegatingPageStore
    An IPageStore that groups pages.

    By default all pages are stored in a single group, you'll have to override getGroup(IManageablePage) to provide the actual group for a stored page, e.g. using a single group for all pages inside a single browser tab.