org.apache.wicket.pageStore
Class DefaultPageStore.SerializedPage

java.lang.Object
  extended by org.apache.wicket.pageStore.DefaultPageStore.SerializedPage
All Implemented Interfaces:
Serializable
Enclosing class:
DefaultPageStore

protected static class DefaultPageStore.SerializedPage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DefaultPageStore.SerializedPage(String sessionId, int pageId, byte[] data)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getData()
           
 int getPageId()
           
 String getSessionId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageStore.SerializedPage

public DefaultPageStore.SerializedPage(String sessionId,
                                       int pageId,
                                       byte[] data)
Method Detail

getData

public byte[] getData()

getPageId

public int getPageId()

getSessionId

public String getSessionId()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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