org.apache.wicket.protocol.http.pagestore
Class DiskPageStore.PageMapEntry

java.lang.Object
  extended by org.apache.wicket.protocol.http.pagestore.DiskPageStore.PageMapEntry
All Implemented Interfaces:
Serializable
Enclosing class:
DiskPageStore

protected static class DiskPageStore.PageMapEntry
extends Object
implements Serializable

Each PageMap is represented by this class.

Author:
Matej Knopp
See Also:
Serialized Form

Constructor Summary
protected DiskPageStore.PageMapEntry()
           
 
Method Summary
 String getFileName()
           
 PageWindowManager getManager()
           
 String getPageMapName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskPageStore.PageMapEntry

protected DiskPageStore.PageMapEntry()
Method Detail

getPageMapName

public String getPageMapName()
Returns:
the name of pagemap

getFileName

public String getFileName()
Returns:
path of file that contains serialized pages in this pagemap

getManager

public PageWindowManager getManager()
Returns:
manager that maintains information about pages inside the file


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