| Package | Description |
|---|---|
| org.apache.wicket.pageStore |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPageStore
The
IPageStore that converts IManageablePage instances to DefaultPageStore.SerializedPages
before passing them to the IDataStore to store them and the same in the opposite
direction when loading DefaultPageStore.SerializedPage from the data store. |
class |
PerSessionPageStore
A page store that uses a SecondLevelPageCache with the last N used page instances
per session.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.