| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.page | |
| org.apache.wicket.pageStore | |
| org.apache.wicket.pageStore.memory |
| Class and Description |
|---|
| IDataStore
Data stores are used to persist (read & write) Wicket page data to a persistent store like e.g.
|
IPageStore
IPageStore role is to mediate the storing and loading of pages done by IDataStore
s. |
| Class and Description |
|---|
IPageStore
IPageStore role is to mediate the storing and loading of pages done by IDataStore
s. |
| Class and Description |
|---|
| AbstractCachingPageStore
An abstract
IPageStore that uses
SecondLevelPageCache to cache the stored pages in memory |
| AbstractPageStore |
| DefaultPageStore.SerializedPage
A representation of
IManageablePage that knows additionally the id of the http
session in which this IManageablePage instance is used. |
| DiskDataStore
A data store implementation which stores the data on disk (in a file system)
|
| DiskDataStore.SessionEntry |
| IDataStore
Data stores are used to persist (read & write) Wicket page data to a persistent store like e.g.
|
IPageStore
IPageStore role is to mediate the storing and loading of pages done by IDataStore
s. |
| PageWindowManager
Manages positions and size of serialized pages in the pagemap file.
|
| PageWindowManager.PageWindow
Public (read only) version of page window.
|
| SecondLevelPageCache
An application scoped cache that holds the last N used pages in the application.
|
| Class and Description |
|---|
| IDataStore
Data stores are used to persist (read & write) Wicket page data to a persistent store like e.g.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.