Class RequestPageCacheImpl

    • Method Detail

      • get

        public Page get​(String pageName)
        Description copied from interface: RequestPageCache
        Gets the page via its page name, in the current locale. The logical page name is resolved to a class name, which is used to obtain the page (from the page pool). Note that under certain circumstances, a page may have multiple names (even beyond simple case-insensitivity), and RequestPageCache caches correctly.
        Specified by:
        get in interface RequestPageCache
        Parameters:
        pageName - the name of the page to retrieve (this is the logical page name, not the fully qualified class name)
        Returns:
        a page instance reserved for this request