Class CCSessionState

java.lang.Object
org.eclnt.jsfserver.util.CCSessionState
All Implemented Interfaces:
Serializable

public class CCSessionState extends Object implements Serializable
State that is stored within the session context by the CCStateManager. The view state needs to be packaged in an object on its own, because it must be serializable.
See Also:
  • Constructor Details

    • CCSessionState

      public CCSessionState()
  • Method Details

    • getViewRoot

      public javax.faces.component.UIViewRoot getViewRoot()
    • setViewRoot

      public void setViewRoot(javax.faces.component.UIViewRoot viewRoot)