Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: StateHolderSaver [javadoc | source]
java.lang.Object
   javax.faces.component.StateHolderSaver

All Implemented Interfaces:
    Serializable

Helper class for saving and restoring attached objects.

Constructor:
 public StateHolderSaver(FacesContext context,
    Object toSave) 
Method from javax.faces.component.StateHolderSaver Summary:
restore
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.StateHolderSaver Detail:
 public Object restore(FacesContext context) throws IllegalStateException