public class ResponseStateManagerImpl
extends javax.faces.render.ResponseStateManager
A ResonseStateManager implementation
for the default HTML render kit.
| Constructor and Description |
|---|
ResponseStateManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getComponentStateToRestore(javax.faces.context.FacesContext context) |
java.lang.Object |
getTreeStructureToRestore(javax.faces.context.FacesContext context,
java.lang.String treeId) |
boolean |
isPostback(javax.faces.context.FacesContext context) |
void |
writeState(javax.faces.context.FacesContext context,
javax.faces.application.StateManager.SerializedView view) |
public java.lang.Object getComponentStateToRestore(javax.faces.context.FacesContext context)
getComponentStateToRestore in class javax.faces.render.ResponseStateManagerResponseStateManager#getComponentStateToRestore(javax.faces.context.FacesContext)}public boolean isPostback(javax.faces.context.FacesContext context)
isPostback in class javax.faces.render.ResponseStateManagerResponseStateManager#isPostback(javax.faces.context.FacesContext)}public java.lang.Object getTreeStructureToRestore(javax.faces.context.FacesContext context,
java.lang.String treeId)
getTreeStructureToRestore in class javax.faces.render.ResponseStateManagerResponseStateManager#getTreeStructureToRestore(javax.faces.context.FacesContext,String)}public void writeState(javax.faces.context.FacesContext context,
javax.faces.application.StateManager.SerializedView view)
throws java.io.IOException
writeState in class javax.faces.render.ResponseStateManagerjava.io.IOExceptionResponseStateManager#writeState(javax.faces.context.FacesContext,javax.faces.application.StateManager.SerializedView)}Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.