org.jboss.seam.jsf
public class SeamStateManager extends javax.faces.application.StateManager
Constructor and Description |
---|
SeamStateManager(javax.faces.application.StateManager sm) |
Modifier and Type | Method and Description |
---|---|
protected Object |
getComponentStateToSave(javax.faces.context.FacesContext ctx) |
protected Object |
getTreeStructureToSave(javax.faces.context.FacesContext ctx) |
boolean |
isSavingStateInClient(javax.faces.context.FacesContext ctx) |
protected void |
restoreComponentState(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot viewRoot,
String str) |
protected javax.faces.component.UIViewRoot |
restoreTreeStructure(javax.faces.context.FacesContext ctx,
String str1,
String str2) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext ctx,
String str1,
String str2) |
javax.faces.application.StateManager.SerializedView |
saveSerializedView(javax.faces.context.FacesContext facesContext) |
Object |
saveView(javax.faces.context.FacesContext facesContext) |
void |
writeState(javax.faces.context.FacesContext ctx,
Object sv) |
void |
writeState(javax.faces.context.FacesContext ctx,
javax.faces.application.StateManager.SerializedView sv) |
public SeamStateManager(javax.faces.application.StateManager sm)
protected Object getComponentStateToSave(javax.faces.context.FacesContext ctx)
getComponentStateToSave
in class javax.faces.application.StateManager
protected Object getTreeStructureToSave(javax.faces.context.FacesContext ctx)
getTreeStructureToSave
in class javax.faces.application.StateManager
protected void restoreComponentState(javax.faces.context.FacesContext ctx, javax.faces.component.UIViewRoot viewRoot, String str)
restoreComponentState
in class javax.faces.application.StateManager
protected javax.faces.component.UIViewRoot restoreTreeStructure(javax.faces.context.FacesContext ctx, String str1, String str2)
restoreTreeStructure
in class javax.faces.application.StateManager
public javax.faces.application.StateManager.SerializedView saveSerializedView(javax.faces.context.FacesContext facesContext)
saveSerializedView
in class javax.faces.application.StateManager
public void writeState(javax.faces.context.FacesContext ctx, javax.faces.application.StateManager.SerializedView sv) throws IOException
writeState
in class javax.faces.application.StateManager
IOException
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext ctx, String str1, String str2)
restoreView
in class javax.faces.application.StateManager
public Object saveView(javax.faces.context.FacesContext facesContext)
saveView
in class javax.faces.application.StateManager
public void writeState(javax.faces.context.FacesContext ctx, Object sv) throws IOException
writeState
in class javax.faces.application.StateManager
IOException
public boolean isSavingStateInClient(javax.faces.context.FacesContext ctx)
isSavingStateInClient
in class javax.faces.application.StateManager
Copyright © 2015 Seam Framework. All Rights Reserved.