|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageWindowManager.PageWindow | |
|---|---|
| org.apache.wicket.devutils.diskstore | |
| org.apache.wicket.pageStore | |
| Uses of PageWindowManager.PageWindow in org.apache.wicket.devutils.diskstore |
|---|
| Methods in org.apache.wicket.devutils.diskstore that return types with arguments of type PageWindowManager.PageWindow | |
|---|---|
List<PageWindowManager.PageWindow> |
DebugDiskDataStore.getLastPageWindows(String sessionId,
int count)
|
| Uses of PageWindowManager.PageWindow in org.apache.wicket.pageStore |
|---|
| Methods in org.apache.wicket.pageStore that return PageWindowManager.PageWindow | |
|---|---|
PageWindowManager.PageWindow |
PageWindowManager.createPageWindow(int pageId,
int size)
Creates and returns a new page window for given page. |
PageWindowManager.PageWindow |
PageWindowManager.getPageWindow(int pageId)
Returns the page window for given page or null if no window was found. |
| Methods in org.apache.wicket.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.pageStore with parameters of type PageWindowManager.PageWindow | |
|---|---|
byte[] |
DiskDataStore.SessionEntry.loadPage(PageWindowManager.PageWindow window)
Loads the part of pagemap file specified by the given PageWindow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||