Uses of Class
org.apache.wicket.protocol.http.pagestore.PageWindowManager.PageWindow

Packages that use PageWindowManager.PageWindow
org.apache.wicket.protocol.http.pagestore   
 

Uses of PageWindowManager.PageWindow in org.apache.wicket.protocol.http.pagestore
 

Methods in org.apache.wicket.protocol.http.pagestore that return PageWindowManager.PageWindow
 PageWindowManager.PageWindow PageWindowManager.createPageWindow(int pageId, int versionNumber, int ajaxVersionNumber, int size)
          Creates and returns a new page window for given page.
 PageWindowManager.PageWindow PageWindowManager.getPageWindow(int pageId, int versionNumber, int ajaxVersionNumber)
          Returns the page window for given page or null if no window was found.
 

Methods in org.apache.wicket.protocol.http.pagestore that return types with arguments of type PageWindowManager.PageWindow
 List<PageWindowManager.PageWindow> PageWindowManager.getLastPageWindows(int count)
          Returns last n saved page windows.
 

Methods in org.apache.wicket.protocol.http.pagestore with parameters of type PageWindowManager.PageWindow
 byte[] DiskPageStore.SessionEntry.loadPage(PageWindowManager.PageWindow window, String pageMapFileName)
          Loads the part of pagemap file specified by the given PageWindow.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.