org.wicketstuff.shiro.wicket.page.store
Class SerializedPageWrapper

java.lang.Object
  extended by org.wicketstuff.shiro.wicket.page.store.SerializedPageWrapper
All Implemented Interfaces:
Serializable, IClusterable

public class SerializedPageWrapper
extends Object
implements IClusterable

Since:
Feb 13, 2009 10:22:16 PM
Author:
Les Hazlewood
See Also:
Serialized Form

Constructor Summary
SerializedPageWrapper(byte[] page, int pageId)
           
 
Method Summary
 byte[] getPage()
           
 int getPageId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedPageWrapper

public SerializedPageWrapper(byte[] page,
                             int pageId)
Method Detail

getPage

public byte[] getPage()

getPageId

public int getPageId()


Copyright © 2015. All Rights Reserved.