Module jakarta.faces
Package com.sun.faces.application.view
Class FaceletPartialStateManagementStrategy
java.lang.Object
jakarta.faces.view.StateManagementStrategy
com.sun.faces.application.view.FaceletPartialStateManagementStrategy
The state management strategy for PSS.
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. - 
Method Summary
Modifier and TypeMethodDescriptionrestoreView(FacesContext context, String viewId, String renderKitId) Restore the view.saveView(FacesContext context) Save the view. 
- 
Constructor Details
- 
FaceletPartialStateManagementStrategy
public FaceletPartialStateManagementStrategy()Constructor. - 
FaceletPartialStateManagementStrategy
Constructor.- Parameters:
 context- the Faces context.
 
 - 
 - 
Method Details
- 
restoreView
Restore the view.- Specified by:
 restoreViewin classStateManagementStrategy- Parameters:
 context- the Faces context.viewId- the view id.renderKitId- the render kit id.- Returns:
 - the view root.
 
 - 
saveView
Save the view.- Specified by:
 saveViewin classStateManagementStrategy- Parameters:
 context- the Faces context.- Returns:
 - the saved view.
 
 
 -