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

Packages that use IPageStore
org.apache.wicket The core Wicket package. 
org.apache.wicket.page   
org.apache.wicket.pageStore   
 

Uses of IPageStore in org.apache.wicket
 

Methods in org.apache.wicket that return IPageStore
protected  IPageStore DefaultPageManagerProvider.newPageStore(IDataStore dataStore)
           
 

Uses of IPageStore in org.apache.wicket.page
 

Constructors in org.apache.wicket.page with parameters of type IPageStore
PageStoreManager(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 © 2006-2012 Apache Software Foundation. All Rights Reserved.