Uses of Class
org.apache.wicket.protocol.http.pagestore.AbstractPageStore.SerializedPage

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

Uses of AbstractPageStore.SerializedPage in org.apache.wicket.protocol.http.pagestore
 

Methods in org.apache.wicket.protocol.http.pagestore that return types with arguments of type AbstractPageStore.SerializedPage
protected  List<AbstractPageStore.SerializedPage> DiskPageStore.getPagesToSaveList(String sessionId)
          Returns the list of pages to be saved for the specified session id.
protected  List<AbstractPageStore.SerializedPage> AbstractPageStore.serializePage(Page page)
          Creates a list of AbstractPageStore.SerializedPage instances obtained from serializing the provided page.
 

Methods in org.apache.wicket.protocol.http.pagestore with parameters of type AbstractPageStore.SerializedPage
 void DiskPageStore.SessionEntry.savePage(AbstractPageStore.SerializedPage page)
          Saves the serialized page to appropriate pagemap file.
protected  long SimpleSynchronousFilePageStore.savePageData(String sessionId, AbstractPageStore.SerializedPage page)
           
 

Method parameters in org.apache.wicket.protocol.http.pagestore with type arguments of type AbstractPageStore.SerializedPage
protected  void DiskPageStore.flushPagesToSaveList(String sessionId, List<AbstractPageStore.SerializedPage> list)
          Saves all entries from the specified list.
protected  void DiskPageStore.onPagesSerialized(String sessionId, List<AbstractPageStore.SerializedPage> pages)
          Hook for processing serialized pages (e.g.
protected  void DiskPageStore.storeSerializedPages(String sessionId, List<AbstractPageStore.SerializedPage> pages)
          Stores the serialized pages.
 



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