|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.ResponseStateManager
public abstract class ResponseStateManager
see Javadoc of JSF Specification
| Field Summary | |
|---|---|
static java.lang.String |
RENDER_KIT_ID_PARAM
|
static java.lang.String |
VIEW_STATE_PARAM
|
| Constructor Summary | |
|---|---|
ResponseStateManager()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getComponentStateToRestore(FacesContext context)
Deprecated. |
java.lang.Object |
getState(FacesContext context,
java.lang.String viewId)
|
java.lang.Object |
getTreeStructureToRestore(FacesContext context,
java.lang.String viewId)
Deprecated. |
java.lang.String |
getViewState(FacesContext context,
java.lang.Object state)
|
boolean |
isPostback(FacesContext context)
Checks if the current request is a postback |
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 RENDER_KIT_ID_PARAM
public static final java.lang.String VIEW_STATE_PARAM
| Constructor Detail |
|---|
public ResponseStateManager()
| Method Detail |
|---|
public void writeState(FacesContext context,
java.lang.Object state)
throws java.io.IOException
java.io.IOException
public void writeState(FacesContext context,
StateManager.SerializedView state)
throws java.io.IOException
java.io.IOException
public java.lang.String getViewState(FacesContext context,
java.lang.Object state)
context - state -
public java.lang.Object getState(FacesContext context,
java.lang.String viewId)
public java.lang.Object getTreeStructureToRestore(FacesContext context,
java.lang.String viewId)
public java.lang.Object getComponentStateToRestore(FacesContext context)
public boolean isPostback(FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||