public class CCStateManager
extends StateManager
| Constructor and Description |
|---|
CCStateManager(StateManager parent) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getComponentStateToSave(FacesContext context) |
protected java.lang.Object |
getTreeStructureToSave(FacesContext context) |
boolean |
isSavingStateInClient(FacesContext context) |
protected void |
restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId) |
protected UIViewRoot |
restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId) |
UIViewRoot |
restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId) |
SerializedView |
saveSerializedView(FacesContext context) |
java.lang.Object |
saveView(FacesContext context) |
void |
writeState(FacesContext context,
java.lang.Object state) |
void |
writeState(FacesContext context,
SerializedView state) |
public UIViewRoot restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
public java.lang.Object saveView(FacesContext context)
public boolean isSavingStateInClient(FacesContext context)
public void writeState(FacesContext context,
java.lang.Object state)
throws java.io.IOException
java.io.IOExceptionpublic void writeState(FacesContext context,
SerializedView state)
throws java.io.IOException
java.io.IOExceptionpublic SerializedView saveSerializedView(FacesContext context)
protected java.lang.Object getTreeStructureToSave(FacesContext context)
protected java.lang.Object getComponentStateToSave(FacesContext context)
protected UIViewRoot restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
protected void restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId)
Copyright © CaptainCasa Gmbh. All Rights Reserved.