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

Packages that use IPageStore
org.apache.wicket.page   
org.apache.wicket.pageStore   
 

Uses of IPageStore in org.apache.wicket.page
 

Constructors in org.apache.wicket.page with parameters of type IPageStore
PersistentPageManager(String applicationName, IPageStore pageStore, IPageManagerContext context)
          Construct.
 

Uses of IPageStore in org.apache.wicket.pageStore
 

Classes in org.apache.wicket.pageStore that implement IPageStore
 class DefaultPageStore
          The IPageStore that converts IManageablePage instances to DefaultPageStore.SerializedPages before passing them to the IDataStore to store them and the same in the opposite direction when loading DefaultPageStore.SerializedPage from the data store.
 



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