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.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.mock Class Description IPageContext Context of aIManageablePagewhen 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 aIManageablePagewhen 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 AnIPageStorethat delegates to another storage.DiskPageStore A storage of pages on disk.DiskPageStore.DiskData Data held on disk.GroupingPageStore AnIPageStorethat groups pages.IPageContext Context of aIManageablePagewhen 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.