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.StateManagerprotected Object getTreeStructureToSave(javax.faces.context.FacesContext ctx)
getTreeStructureToSave in class javax.faces.application.StateManagerprotected void restoreComponentState(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot viewRoot,
String str)
restoreComponentState in class javax.faces.application.StateManagerprotected javax.faces.component.UIViewRoot restoreTreeStructure(javax.faces.context.FacesContext ctx,
String str1,
String str2)
restoreTreeStructure in class javax.faces.application.StateManagerpublic javax.faces.application.StateManager.SerializedView saveSerializedView(javax.faces.context.FacesContext facesContext)
saveSerializedView in class javax.faces.application.StateManagerpublic void writeState(javax.faces.context.FacesContext ctx,
javax.faces.application.StateManager.SerializedView sv)
throws IOException
writeState in class javax.faces.application.StateManagerIOExceptionpublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext ctx,
String str1,
String str2)
restoreView in class javax.faces.application.StateManagerpublic Object saveView(javax.faces.context.FacesContext facesContext)
saveView in class javax.faces.application.StateManagerpublic void writeState(javax.faces.context.FacesContext ctx,
Object sv)
throws IOException
writeState in class javax.faces.application.StateManagerIOExceptionpublic boolean isSavingStateInClient(javax.faces.context.FacesContext ctx)
isSavingStateInClient in class javax.faces.application.StateManagerCopyright © 2015 Seam Framework. All Rights Reserved.