| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.pageStore | |
| org.apache.wicket.pageStore.memory |
| Modifier and Type | Method and Description |
|---|---|
protected IDataStore |
DefaultPageManagerProvider.newDataStore() |
| Modifier and Type | Method and Description |
|---|---|
protected IPageStore |
DefaultPageManagerProvider.newPageStore(IDataStore dataStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousDataStore
Facade for
IDataStore that does the actual saving in worker thread. |
class |
DiskDataStore
A data store implementation which stores the data on disk (in a file system)
|
| Modifier and Type | Field and Description |
|---|---|
protected IDataStore |
AbstractPageStore.dataStore |
| Constructor and Description |
|---|
AbstractCachingPageStore(ISerializer pageSerializer,
IDataStore dataStore,
SecondLevelPageCache<String,Integer,P> pagesCache)
Constructor.
|
AbstractPageStore(ISerializer pageSerializer,
IDataStore dataStore) |
AsynchronousDataStore(IDataStore dataStore,
int capacity)
Construct.
|
DefaultPageStore(ISerializer pageSerializer,
IDataStore dataStore,
int cacheSize)
Construct.
|
PerSessionPageStore(ISerializer pageSerializer,
IDataStore dataStore,
int cacheSize)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpSessionDataStore
A
IDataStore which stores the pages in the HttpSession. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.