Package org.apache.wicket.pageStore.disk
Class PageWindowManager.FileWindow
- java.lang.Object
-
- org.apache.wicket.pageStore.disk.PageWindowManager.FileWindow
-
- All Implemented Interfaces:
java.io.Serializable,IPersistedPage
- Enclosing class:
- PageWindowManager
public static class PageWindowManager.FileWindow extends java.lang.Object implements IPersistedPage, java.io.Serializable
Contains information about a page inside the file.- Author:
- Matej Knopp
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFilePartOffset()intgetFilePartSize()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
-
getPageType
public java.lang.String getPageType()
Description copied from interface:IPersistedPageType of page.- Specified by:
getPageTypein interfaceIPersistedPage
-
getPageSize
public org.apache.wicket.util.lang.Bytes getPageSize()
Description copied from interface:IPersistedPageSize of page.- Specified by:
getPageSizein interfaceIPersistedPage
-
getFilePartOffset
public int getFilePartOffset()
-
getFilePartSize
public int getFilePartSize()
-
-