Package org.apache.wicket.pageStore

Interface Summary
IDataStore Data stores are used to persist (read & write) Wicket page data to a persistent store like e.g.
IPageStore Persist (read & write) Page data
 

Class Summary
AsynchronousDataStore Facade for IDataStore that does the actual saving in worker thread.
DefaultPageStore Wicket's default page store
DefaultPageStore.SerializedPage  
DiskDataStore A data store implementation which stores the data on disk (in a file system)
DiskDataStore.SessionEntry  
FileChannelPool Thread safe pool of FileChannel objects.
PageWindowManager Manages positions and size of serialized pages in the pagemap file.
PageWindowManager.PageWindow Public (read only) version of page window.
 



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