Class StateManagementStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract UIViewRoot restoreView​(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
      Restore the state of the view with information in the request.
      abstract java.lang.Object saveView​(FacesContext context)
      Return the state of the current view in an Object that implements Serializable and can be passed to java.io.ObjectOutputStream.writeObject() without causing a java.io.NotSerializableException to be thrown. The default implementation must perform the following algorithm or its semantic equivalent, explicitly performing all the steps listed here.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait