Uses of Package
org.apache.wicket.pageStore
-
Packages that use org.apache.wicket.pageStore Package Description org.apache.wicket The core Wicket package.org.apache.wicket.devutils.pagestore org.apache.wicket.devutils.pagestore.browser org.apache.wicket.mock org.apache.wicket.page org.apache.wicket.pageStore org.apache.wicket.pageStore.disk -
Classes in org.apache.wicket.pageStore used by org.apache.wicket Class Description IPageStore A store of pages -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.devutils.pagestore Class Description IPersistentPageStore A store that can provide information about stored pages. -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.devutils.pagestore.browser Class Description IPersistentPageStore A store that can provide information about stored pages. -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.mock Class Description IPageContext Context of aIManageablePage
when it is stored in anIPageStore
, decoupling it from request cycle and session.IPageStore A store of pages -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.page Class Description IPageContext Context of aIManageablePage
when it is stored in anIPageStore
, decoupling it from request cycle and session.IPageStore A store of pages -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.pageStore Class Description AbstractPersistentPageStore Abstract base class for stores that keep an identifier in the session only, while holding the actual pages in a secondary persistent storage.DelegatingPageStore AnIPageStore
that delegates to another storage.DiskPageStore A storage of pages on disk.DiskPageStore.DiskData Data held on disk.GroupingPageStore AnIPageStore
that groups pages.InMemoryPageStore.IMemoryData Pages kept in memory for a session.InMemoryPageStore.MemoryData List based implementation.InSessionPageStore.SessionData Data kept in theSession
, might get serialized along with its containingHttpSession
.IPageContext Context of aIManageablePage
when it is stored in anIPageStore
, decoupling it from request cycle and session.IPageStore A store of pagesIPersistedPage Information about a page persisted in anIPersistentPageStore
.IPersistentPageStore A store that can provide information about stored pages. -
Classes in org.apache.wicket.pageStore used by org.apache.wicket.pageStore.disk Class Description IPersistedPage Information about a page persisted in anIPersistentPageStore
.