Interface IPageManager

    • Method Detail

      • getPage

        IManageablePage getPage​(int pageId)
        Get a page
        Parameters:
        pageId - id of page
        Returns:
        page, may be null
      • untouchPage

        void untouchPage​(IManageablePage page)
        Marks page as non-changed. Could be used in Ajax requests to avoid storing the page if no changes have happened.
        Parameters:
        page - the page that should not be stored in the page stores at the end of the request.
      • clear

        void clear()
        Clear all pages.
      • end

        default void end()
        End the request.
      • detach

        void detach()
        Detach at end of request.
      • destroy

        void destroy()
        Destroy when application is destroyed.