Package org.apache.wicket.pageStore
Interface IPersistedPage
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractPersistentPageStore.PersistedPage,PageWindowManager.FileWindow
public interface IPersistedPage extends java.io.SerializableInformation about a page persisted in anIPersistentPageStore.Note: This is not an actual page but a representation with essential information only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPageId()Id of page.org.apache.wicket.util.lang.BytesgetPageSize()Size of page.java.lang.StringgetPageType()Type of page.
-