public class JspStateManagerImpl extends MyfacesStateManager
| Constructor and Description |
|---|
JspStateManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getComponentStateToSave(javax.faces.context.FacesContext facesContext) |
protected javax.faces.render.RenderKitFactory |
getRenderKitFactory() |
protected javax.faces.application.StateManager.SerializedView |
getSerializedViewFromServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId) |
protected java.lang.Object |
getTreeStructureToSave(javax.faces.context.FacesContext facesContext) |
protected void |
removeSerializedViewFromServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId) |
protected void |
restoreComponentState(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot,
java.lang.String renderKitId) |
protected javax.faces.component.UIViewRoot |
restoreTreeStructure(javax.faces.context.FacesContext facesContext,
java.lang.String viewId,
java.lang.String renderKitId) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext facescontext,
java.lang.String viewId,
java.lang.String renderKitId) |
javax.faces.application.StateManager.SerializedView |
saveSerializedView(javax.faces.context.FacesContext facesContext) |
protected void |
saveSerializedViewInServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId,
javax.faces.application.StateManager.SerializedView serializedView) |
void |
writeState(javax.faces.context.FacesContext facesContext,
javax.faces.application.StateManager.SerializedView serializedView) |
void |
writeStateAsUrlParams(javax.faces.context.FacesContext facesContext,
javax.faces.application.StateManager.SerializedView serializedView)
MyFaces extension
|
protected java.lang.Object getComponentStateToSave(javax.faces.context.FacesContext facesContext)
getComponentStateToSave in class javax.faces.application.StateManagerprotected java.lang.Object getTreeStructureToSave(javax.faces.context.FacesContext facesContext)
getTreeStructureToSave in class javax.faces.application.StateManagerprotected void restoreComponentState(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot uiViewRoot,
java.lang.String renderKitId)
restoreComponentState in class javax.faces.application.StateManagerprotected javax.faces.component.UIViewRoot restoreTreeStructure(javax.faces.context.FacesContext facesContext,
java.lang.String viewId,
java.lang.String renderKitId)
restoreTreeStructure in class javax.faces.application.StateManagerpublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext facescontext,
java.lang.String viewId,
java.lang.String renderKitId)
restoreView in class javax.faces.application.StateManagerpublic javax.faces.application.StateManager.SerializedView saveSerializedView(javax.faces.context.FacesContext facesContext)
throws java.lang.IllegalStateException
saveSerializedView in class javax.faces.application.StateManagerjava.lang.IllegalStateExceptionpublic void writeState(javax.faces.context.FacesContext facesContext,
javax.faces.application.StateManager.SerializedView serializedView)
throws java.io.IOException
writeState in class javax.faces.application.StateManagerjava.io.IOExceptionpublic void writeStateAsUrlParams(javax.faces.context.FacesContext facesContext,
javax.faces.application.StateManager.SerializedView serializedView)
throws java.io.IOException
writeStateAsUrlParams in class MyfacesStateManagerfacesContext - serializedView - java.io.IOExceptionprotected javax.faces.render.RenderKitFactory getRenderKitFactory()
protected void saveSerializedViewInServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId,
javax.faces.application.StateManager.SerializedView serializedView)
protected javax.faces.application.StateManager.SerializedView getSerializedViewFromServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId)
protected void removeSerializedViewFromServletSession(javax.faces.context.ExternalContext externalContext,
java.lang.String viewId)