Uses of Interface
org.apache.wicket.pageStore.IPersistedPage
-
Packages that use IPersistedPage Package Description org.apache.wicket.pageStore org.apache.wicket.pageStore.disk -
-
Uses of IPersistedPage in org.apache.wicket.pageStore
Classes in org.apache.wicket.pageStore that implement IPersistedPage Modifier and Type Class Description protected static classAbstractPersistentPageStore.PersistedPageMethods in org.apache.wicket.pageStore that return types with arguments of type IPersistedPage Modifier and Type Method Description java.util.List<IPersistedPage>DiskPageStore. getPersistedPages(java.lang.String sessionIdentifier)java.util.List<IPersistedPage>FilePageStore. getPersistedPages(java.lang.String sessionIdentifier)java.util.List<IPersistedPage>InMemoryPageStore. getPersistedPages(java.lang.String sessionIdentifier)java.util.List<IPersistedPage>IPersistentPageStore. getPersistedPages(java.lang.String sessionIdentifier)Get information about all persisted pages with the given session identifier. -
Uses of IPersistedPage in org.apache.wicket.pageStore.disk
Classes in org.apache.wicket.pageStore.disk that implement IPersistedPage Modifier and Type Class Description static classPageWindowManager.FileWindowContains information about a page inside the file.
-