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 classAsynchronousPageStoreFacade forIPageStoremovingAsynchronousPageStore.addPage(IPageContext, IManageablePage)to a worker thread.classCryptingPageStoreA store that encrypts all pages before delegating and vice versa.classGroupingPageStoreAnIPageStorethat groups pages.classInSessionPageStoreA store keeping a configurable maximum of pages in the session.classRequestPageStoreBuffers 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.classSerializingPageStoreA store that serializes all pages before delegating and vice versa.
-