com.filenet.wcm.toolkit.server.base
Class ControllerUtilities.ControllerState

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.ControllerUtilities.ControllerState
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
com.filenet.wcm.toolkit.server.base.ControllerUtilities

protected static class ControllerUtilities.ControllerState
extends java.lang.Object
implements java.io.Serializable

Controller stateful data.

See Also:
Serialized Form

Field Summary
protected  java.lang.String baseURL
           
protected  WindowID firstWindowID
           
 
Constructor Summary
protected ControllerUtilities.ControllerState(javax.servlet.http.HttpServletRequest req, WcmDataStore dataStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstWindowID

protected WindowID firstWindowID

baseURL

protected java.lang.String baseURL
Constructor Detail

ControllerUtilities.ControllerState

protected ControllerUtilities.ControllerState(javax.servlet.http.HttpServletRequest req,
                                              WcmDataStore dataStore)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.