Package org.apache.myfaces.view.facelets
Class FullStateManagementStrategy
java.lang.Object
jakarta.faces.view.StateManagementStrategy
org.apache.myfaces.view.facelets.FullStateManagementStrategy
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectgetComponentStateToSave(FacesContext facesContext) protected RenderKitFactoryprotected ObjectgetTreeStructureToSave(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:
- restoreViewin class- StateManagementStrategy
 
- 
saveView- Specified by:
- saveViewin class- StateManagementStrategy
 
- 
getRenderKitFactory
- 
getComponentStateToSave
- 
getTreeStructureToSaveReturn 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.
 
-