Package org.apache.wicket.pageStore
Class AbstractPersistentPageStore.PersistedPage
- java.lang.Object
-
- org.apache.wicket.pageStore.AbstractPersistentPageStore.PersistedPage
-
- All Implemented Interfaces:
java.io.Serializable,IPersistedPage
- Enclosing class:
- AbstractPersistentPageStore
protected static class AbstractPersistentPageStore.PersistedPage extends java.lang.Object implements IPersistedPage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistedPage(int pageId, java.lang.String pageType, long pageSize)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getPageId
public int getPageId()
Description copied from interface:IPersistedPageId of page.- Specified by:
getPageIdin interfaceIPersistedPage
-
getPageSize
public org.apache.wicket.util.lang.Bytes getPageSize()
Description copied from interface:IPersistedPageSize of page.- Specified by:
getPageSizein interfaceIPersistedPage
-
getPageType
public java.lang.String getPageType()
Description copied from interface:IPersistedPageType of page.- Specified by:
getPageTypein interfaceIPersistedPage
-
-