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.
- Author:
- Manfred Riem (manfred.riem@oracle.com)
-
Constructor Summary
ConstructorDescriptionConstructor.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:
restoreView
in 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:
saveView
in classStateManagementStrategy
- Parameters:
context
- the Faces context.- Returns:
- the saved view.
-