Package com.sun.faces.application.view
Class FaceletFullStateManagementStrategy
- java.lang.Object
-
- jakarta.faces.view.StateManagementStrategy
-
- com.sun.faces.application.view.FaceletFullStateManagementStrategy
-
public class FaceletFullStateManagementStrategy extends StateManagementStrategy
A state management strategy for FSS.- Author:
- Manfred Riem (manfred.riem@oracle.com)
-
-
Constructor Summary
Constructors Constructor Description FaceletFullStateManagementStrategy()Constructor.FaceletFullStateManagementStrategy(FacesContext context)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIViewRootrestoreView(FacesContext context, String viewId, String renderKitId)Restore the view.ObjectsaveView(FacesContext context)Save the view.
-
-
-
Constructor Detail
-
FaceletFullStateManagementStrategy
public FaceletFullStateManagementStrategy()
Constructor.
-
FaceletFullStateManagementStrategy
public FaceletFullStateManagementStrategy(FacesContext context)
Constructor.- Parameters:
context- the Faces context.
-
-
Method Detail
-
restoreView
public UIViewRoot restoreView(FacesContext context, String viewId, String renderKitId)
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
public Object saveView(FacesContext context)
Save the view.- Specified by:
saveViewin classStateManagementStrategy- Parameters:
context- the Faces context.- Returns:
- the saved view.
-
-