|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataStore | |
---|---|
org.apache.wicket.pageStore | |
org.apache.wicket.pageStore.memory |
Uses of IDataStore in org.apache.wicket.pageStore |
---|
Classes in org.apache.wicket.pageStore that implement IDataStore | |
---|---|
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) |
Constructors in org.apache.wicket.pageStore with parameters of type IDataStore | |
---|---|
AsynchronousDataStore(IDataStore dataStore)
Construct. |
|
DefaultPageStore(String applicationName,
IDataStore dataStore,
int cacheSize)
Construct. |
Uses of IDataStore in org.apache.wicket.pageStore.memory |
---|
Classes in org.apache.wicket.pageStore.memory that implement IDataStore | |
---|---|
class |
HttpSessionDataStore
A DataStore which stores the pages in the HttpSession . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |