| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.page | |
| org.apache.wicket.pageStore |
| Modifier and Type | Method and Description |
|---|---|
protected IPageStore |
DefaultPageManagerProvider.newPageStore(IDataStore dataStore) |
| Constructor and Description |
|---|
PageStoreManager(String applicationName,
IPageStore pageStore,
IPageManagerContext context)
Construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachingPageStore<P>
An abstract
IPageStore that uses
SecondLevelPageCache to cache the stored pages in memory |
class |
AbstractPageStore |
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.