Uses of Class
org.apache.wicket.pageStore.DelegatingPageStore
-
Packages that use DelegatingPageStore Package Description org.apache.wicket.pageStore -
-
Uses of DelegatingPageStore in org.apache.wicket.pageStore
Subclasses of DelegatingPageStore in org.apache.wicket.pageStore Modifier and Type Class Description class
AsynchronousPageStore
Facade forIPageStore
movingAsynchronousPageStore.addPage(IPageContext, IManageablePage)
to a worker thread.class
CachingPageStore
A store of pages that uses anIPageStore
as a cache in front of another store to delegate to.class
CryptingPageStore
A store that encrypts all pages before delegating and vice versa.class
GroupingPageStore
AnIPageStore
that groups pages.class
RequestPageStore
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.class
SerializingPageStore
A store that serializes all pages before delegating and vice versa.
-