org.apache.myfaces.trinidadinternal.renderkit.core
Class CoreResponseStateManager
java.lang.Object
javax.faces.render.ResponseStateManager
org.apache.myfaces.trinidadinternal.renderkit.core.CoreResponseStateManager
public class CoreResponseStateManager
- extends javax.faces.render.ResponseStateManager
ResponseStateManager implementation for the Core RenderKit.
- Author:
- The Oracle ADF Faces Team
Field Summary |
static java.lang.String |
FORM_FIELD_NAME
Name of the form field that encodes the UI state. |
Method Summary |
protected java.lang.String |
encodeSerializedViewAsString(javax.faces.application.StateManager.SerializedView serializedView)
|
java.lang.Object |
getComponentStateToRestore(javax.faces.context.FacesContext context)
|
java.lang.Object |
getTreeStructureToRestore(javax.faces.context.FacesContext context,
java.lang.String viewId)
|
void |
writeState(javax.faces.context.FacesContext context,
javax.faces.application.StateManager.SerializedView serializedView)
Write the state into the page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORM_FIELD_NAME
public static final java.lang.String FORM_FIELD_NAME
- Name of the form field that encodes the UI state.
- See Also:
- Constant Field Values
CoreResponseStateManager
public CoreResponseStateManager()
writeState
public void writeState(javax.faces.context.FacesContext context,
javax.faces.application.StateManager.SerializedView serializedView)
throws java.io.IOException
- Write the state into the page.
- Specified by:
writeState
in class javax.faces.render.ResponseStateManager
- Throws:
java.io.IOException
encodeSerializedViewAsString
protected java.lang.String encodeSerializedViewAsString(javax.faces.application.StateManager.SerializedView serializedView)
throws java.io.IOException
- Throws:
java.io.IOException
getTreeStructureToRestore
public java.lang.Object getTreeStructureToRestore(javax.faces.context.FacesContext context,
java.lang.String viewId)
- Specified by:
getTreeStructureToRestore
in class javax.faces.render.ResponseStateManager
getComponentStateToRestore
public java.lang.Object getComponentStateToRestore(javax.faces.context.FacesContext context)
- Specified by:
getComponentStateToRestore
in class javax.faces.render.ResponseStateManager
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.