|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.application.StateManager
public abstract class StateManager
see Javadoc of JSF Specification
Nested Class Summary | |
---|---|
class |
StateManager.SerializedView
Deprecated. |
Field Summary | |
---|---|
static java.lang.String |
STATE_SAVING_METHOD_CLIENT
|
static java.lang.String |
STATE_SAVING_METHOD_PARAM_NAME
|
static java.lang.String |
STATE_SAVING_METHOD_SERVER
|
Constructor Summary | |
---|---|
StateManager()
|
Method Summary | |
---|---|
protected java.lang.Object |
getComponentStateToSave(FacesContext context)
Deprecated. |
protected java.lang.Object |
getTreeStructureToSave(FacesContext context)
Deprecated. |
boolean |
isSavingStateInClient(FacesContext context)
|
protected void |
restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId)
Deprecated. |
protected UIViewRoot |
restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
Deprecated. |
abstract UIViewRoot |
restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
StateManager.SerializedView |
saveSerializedView(FacesContext context)
Deprecated. |
java.lang.Object |
saveView(FacesContext context)
|
void |
writeState(FacesContext context,
java.lang.Object state)
|
void |
writeState(FacesContext context,
StateManager.SerializedView state)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STATE_SAVING_METHOD_PARAM_NAME
public static final java.lang.String STATE_SAVING_METHOD_CLIENT
public static final java.lang.String STATE_SAVING_METHOD_SERVER
Constructor Detail |
---|
public StateManager()
Method Detail |
---|
public StateManager.SerializedView saveSerializedView(FacesContext context)
public java.lang.Object saveView(FacesContext context)
protected java.lang.Object getTreeStructureToSave(FacesContext context)
protected java.lang.Object getComponentStateToSave(FacesContext context)
public void writeState(FacesContext context, StateManager.SerializedView state) throws java.io.IOException
java.io.IOException
public void writeState(FacesContext context, java.lang.Object state) throws java.io.IOException
java.io.IOException
public abstract UIViewRoot restoreView(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
protected UIViewRoot restoreTreeStructure(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
protected void restoreComponentState(FacesContext context, UIViewRoot viewRoot, java.lang.String renderKitId)
public boolean isSavingStateInClient(FacesContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |