Class AbstractPersistentPageStore

java.lang.Object
org.apache.wicket.pageStore.AbstractPersistentPageStore
All Implemented Interfaces:
IPageStore
Direct Known Subclasses:
DiskPageStore, FilePageStore, InMemoryPageStore

public abstract class AbstractPersistentPageStore extends Object implements IPageStore
Abstract base class for stores that keep an identifier in the session only, while holding the actual pages in a secondary persistent storage.
See Also:
  • getSessionIdentifier(IPageContext, boolean)