| Package | Description |
|---|---|
| org.apache.wicket.pageStore |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageWindowManager.PageWindow> |
PageWindowManager.getLastPageWindows(int count)
Returns last n saved page windows.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DiskDataStore.SessionEntry.loadPage(PageWindowManager.PageWindow window)
Loads the part of pagemap file specified by the given PageWindow.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.