Class RequestPageStore

java.lang.Object
org.apache.wicket.pageStore.DelegatingPageStore
org.apache.wicket.pageStore.RequestPageStore
All Implemented Interfaces:
IPageStore

Buffers storage of added pages until the end of the request, when they are delegated to the next store in the identical order they where added.