Uses of Package
org.apache.wicket.protocol.http.pagestore

Packages that use org.apache.wicket.protocol.http.pagestore
org.apache.wicket.protocol.http.pagestore   
 

Classes in org.apache.wicket.protocol.http.pagestore used by org.apache.wicket.protocol.http.pagestore
AbstractPageStore
          Abstract page store that implements the serialization logic so that the subclasses can concentrate on actual storing of serialized page instances.
AbstractPageStore.SerializedPage
          Immutable class that contains a serialized page instance.
DiskPageStore
          SecondLevelCacheSessionStore.IPageStore implementation that stores the serialized pages grouped in a single file per pagemap.
DiskPageStore.PageMapEntry
          Each PageMap is represented by this class.
DiskPageStore.SessionEntry
          Represents a session,
PageWindowManager
          Manages positions and size of serialized pages in the pagemap file.
PageWindowManager.PageWindow
          Public (read only) version of page window.
 



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