org.apache.wicket.protocol.http.pagestore
Class PageWindowManager.PageWindow

java.lang.Object
  extended by org.apache.wicket.protocol.http.pagestore.PageWindowManager.PageWindow
Enclosing class:
PageWindowManager

public static class PageWindowManager.PageWindow
extends Object

Public (read only) version of page window.

Author:
Matej Knopp

Method Summary
 int getAjaxVersionNumber()
           
 int getFilePartOffset()
           
 int getFilePartSize()
           
 int getPageId()
           
 int getVersionNumber()
           
 
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

getVersionNumber

public int getVersionNumber()
Returns:
page version number

getAjaxVersionNumber

public int getAjaxVersionNumber()
Returns:
page ajax version number

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 © 2004-2011 Apache Software Foundation. All Rights Reserved.