org.apache.wicket.pageStore
Class DefaultPageStore.SerializedPage
java.lang.Object
org.apache.wicket.pageStore.DefaultPageStore.SerializedPage
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DefaultPageStore
protected static class DefaultPageStore.SerializedPage
- extends Object
- implements Serializable
A representation of IManageablePage that knows additionally the id of the http
session in which this IManageablePage instance is used. The sessionId and
pageId are used for better clustering in the IDataStore structures.
- See Also:
- Serialized Form
DefaultPageStore.SerializedPage
public DefaultPageStore.SerializedPage(String sessionId,
int pageId,
byte[] data)
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 © 2006–2015 Apache Software Foundation. All rights reserved.