org.jboss.portal.portlet.test
Class PortalNavigationalState

java.lang.Object
  extended by org.jboss.portal.portlet.test.PortalNavigationalState
All Implemented Interfaces:
java.io.Serializable

public class PortalNavigationalState
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
PortalNavigationalState()
           
 
Method Summary
static PortalNavigationalState create(byte[] bytes)
           
 byte[] getBytes()
           
 WindowNavigationalState getWindow(java.lang.String windowId)
           
 void setWindow(java.lang.String windowId, WindowNavigationalState window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalNavigationalState

public PortalNavigationalState()
Method Detail

getWindow

public WindowNavigationalState getWindow(java.lang.String windowId)

setWindow

public void setWindow(java.lang.String windowId,
                      WindowNavigationalState window)

getBytes

public byte[] getBytes()
                throws java.io.IOException
Throws:
java.io.IOException

create

public static PortalNavigationalState create(byte[] bytes)
                                      throws java.io.IOException,
                                             java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException