com.filenet.wcm.toolkit.server.base
Class ControllerUtilities.ControllerState
- java.lang.Object
com.filenet.wcm.toolkit.server.base.ControllerUtilities.ControllerState
All implemented interfaces:
java.io.Serializable
Enclosing class:
- protected static class ControllerUtilities.ControllerState
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
baseURL
|
|
firstWindowID
|
Constructor Summary
| Modifier | Constructor and Description |
|---|---|
|
ControllerUtilities.ControllerState(javax.servlet.http.HttpServletRequest req,WcmDataStore dataStore)
|
Method Summary
| 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)