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:
java.io.Serializable
Enclosing class:
DiskPageStore

protected static class DiskPageStore.PageMapEntry
extends java.lang.Object
implements java.io.Serializable

Each PageMap is represented by this class.

Author:
Matej Knopp
See Also:
Serialized Form

Constructor Summary
protected DiskPageStore.PageMapEntry()
           
 
Method Summary
 java.lang.String getFileName()
           
 PageWindowManager getManager()
           
 java.lang.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 java.lang.String getPageMapName()
Returns:
the name of pagemap

getFileName

public java.lang.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-2010 Apache Software Foundation. All Rights Reserved.