org.apache.wicket.pageStore
Class PageWindowManager.PageWindow

java.lang.Object
  extended by org.apache.wicket.pageStore.PageWindowManager.PageWindow
Enclosing class:
PageWindowManager

public static class PageWindowManager.PageWindow
extends java.lang.Object

Public (read only) version of page window.

Author:
Matej Knopp

Method Summary
 int getFilePartOffset()
           
 int getFilePartSize()
           
 int getPageId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPageId

public int getPageId()
Returns:
page Id

getFilePartOffset

public int getFilePartOffset()
Returns:
offset in the pagemap file where the serialized page data starts

getFilePartSize

public int getFilePartSize()
Returns:
size of the serialized page data


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.