Class DelegatingPageStore

java.lang.Object
org.apache.wicket.pageStore.DelegatingPageStore
All Implemented Interfaces:
IPageStore
Direct Known Subclasses:
AsynchronousPageStore, CachingPageStore, CryptingPageStore, GroupingPageStore, RequestPageStore, SerializingPageStore

public abstract class DelegatingPageStore extends Object implements IPageStore
An IPageStore that delegates to another storage.