Package org.apache.myfaces.view.facelets
Class FullStateManagementStrategy
- java.lang.Object
- 
- jakarta.faces.view.StateManagementStrategy
- 
- org.apache.myfaces.view.facelets.FullStateManagementStrategy
 
 
- 
 public class FullStateManagementStrategy extends StateManagementStrategy 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringSERIALIZED_VIEW_REQUEST_ATTR
 - 
Constructor SummaryConstructors Constructor Description FullStateManagementStrategy(FacesContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetComponentStateToSave(FacesContext facesContext)protected RenderKitFactorygetRenderKitFactory()protected ObjectgetTreeStructureToSave(FacesContext facesContext)Return an object which contains info about the UIComponent type of each node in the view tree.UIViewRootrestoreView(FacesContext context, String viewId, String renderKitId)ObjectsaveView(FacesContext facesContext)
 
- 
- 
- 
Field Detail- 
SERIALIZED_VIEW_REQUEST_ATTRpublic static final String SERIALIZED_VIEW_REQUEST_ATTR 
 
- 
 - 
Constructor Detail- 
FullStateManagementStrategypublic FullStateManagementStrategy(FacesContext context) 
 
- 
 - 
Method Detail- 
restoreViewpublic UIViewRoot restoreView(FacesContext context, String viewId, String renderKitId) - Specified by:
- restoreViewin class- StateManagementStrategy
 
 - 
saveViewpublic Object saveView(FacesContext facesContext) - Specified by:
- saveViewin class- StateManagementStrategy
 
 - 
getRenderKitFactoryprotected RenderKitFactory getRenderKitFactory() 
 - 
getComponentStateToSaveprotected Object getComponentStateToSave(FacesContext facesContext) 
 - 
getTreeStructureToSaveprotected Object getTreeStructureToSave(FacesContext facesContext) 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.
 
- 
 
-