Uses of Interface
org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.IPageStore

Packages that use SecondLevelCacheSessionStore.IPageStore
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.pagestore   
 

Uses of SecondLevelCacheSessionStore.IPageStore in org.apache.wicket.protocol.http
 

Subinterfaces of SecondLevelCacheSessionStore.IPageStore in org.apache.wicket.protocol.http
static interface SecondLevelCacheSessionStore.IClusteredPageStore
          Marker interface for PageStores that support replication of serialized pages across cluster, which means that the lastPage attribute of SecondLevelCachePageMap does not have to be serialized;
static interface SecondLevelCacheSessionStore.ISerializationAwarePageStore
          Some PageStores might want to preprocess page before serialization.
 

Classes in org.apache.wicket.protocol.http that implement SecondLevelCacheSessionStore.IPageStore
 class TestFilePageStore
          Stores pages on disk.
 

Methods in org.apache.wicket.protocol.http that return SecondLevelCacheSessionStore.IPageStore
 SecondLevelCacheSessionStore.IPageStore SecondLevelCacheSessionStore.getStore()
           
 

Constructors in org.apache.wicket.protocol.http with parameters of type SecondLevelCacheSessionStore.IPageStore
SecondLevelCacheSessionStore(Application application, SecondLevelCacheSessionStore.IPageStore pageStore)
          Construct.
 

Uses of SecondLevelCacheSessionStore.IPageStore in org.apache.wicket.protocol.http.pagestore
 

Classes in org.apache.wicket.protocol.http.pagestore that implement SecondLevelCacheSessionStore.IPageStore
 class AbstractPageStore
          Abstract page store that implements the serialization logic so that the subclasses can concentrate on actual storing of serialized page instances.
 class DiskPageStore
          SecondLevelCacheSessionStore.IPageStore implementation that stores the serialized pages grouped in a single file per pagemap.
 class SimpleSynchronousFilePageStore
          Very simple page store that uses separate file for each serialized page instance.
 



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