Package org.apache.wicket.pageStore
Class AbstractPersistentPageStore.PersistedPage
- java.lang.Object
-
- org.apache.wicket.pageStore.AbstractPersistentPageStore.PersistedPage
-
- All Implemented Interfaces:
Serializable
,IPersistedPage
- Enclosing class:
- AbstractPersistentPageStore
protected static class AbstractPersistentPageStore.PersistedPage extends Object implements IPersistedPage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistedPage(int pageId, String pageType, long pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageId()
Id of page.Bytes
getPageSize()
Size of page.String
getPageType()
Type of page.
-
-
-
Constructor Detail
-
PersistedPage
public PersistedPage(int pageId, String pageType, long pageSize)
-
-
Method Detail
-
getPageId
public int getPageId()
Description copied from interface:IPersistedPage
Id of page.- Specified by:
getPageId
in interfaceIPersistedPage
-
getPageSize
public Bytes getPageSize()
Description copied from interface:IPersistedPage
Size of page.- Specified by:
getPageSize
in interfaceIPersistedPage
-
getPageType
public String getPageType()
Description copied from interface:IPersistedPage
Type of page.- Specified by:
getPageType
in interfaceIPersistedPage
-
-