Uses of Interface
org.apache.wicket.pageStore.IDataStore

Packages that use IDataStore
org.apache.wicket.pageStore   
 

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(java.lang.String applicationName, IDataStore dataStore, int cacheSize)
          Construct.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.