Package org.apache.myfaces.view.facelets
Class FullStateManagementStrategy
java.lang.Object
jakarta.faces.view.StateManagementStrategy
org.apache.myfaces.view.facelets.FullStateManagementStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getComponentStateToSave
(FacesContext facesContext) protected RenderKitFactory
protected Object
getTreeStructureToSave
(FacesContext facesContext) Return an object which contains info about the UIComponent type of each node in the view tree.restoreView
(FacesContext context, String viewId, String renderKitId) saveView
(FacesContext facesContext)
-
Field Details
-
SERIALIZED_VIEW_REQUEST_ATTR
-
-
Constructor Details
-
FullStateManagementStrategy
-
-
Method Details
-
restoreView
- Specified by:
restoreView
in classStateManagementStrategy
-
saveView
- Specified by:
saveView
in classStateManagementStrategy
-
getRenderKitFactory
-
getComponentStateToSave
-
getTreeStructureToSave
Return an object which contains info about the UIComponent type of each node in the view tree. This allows an identical UIComponent tree to be recreated later, though all the components will have just default values for their members.
-