|
||||||||||
| 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 String |
RENDER_KIT_ID_PARAM
|
static String |
VIEW_STATE_PARAM
|
| Constructor Summary | |
|---|---|
ResponseStateManager()
|
|
| Method Summary | |
|---|---|
Object |
getComponentStateToRestore(FacesContext context)
Deprecated. |
Object |
getState(FacesContext context,
String viewId)
|
Object |
getTreeStructureToRestore(FacesContext context,
String viewId)
Deprecated. |
String |
getViewState(FacesContext context,
Object state)
|
boolean |
isPostback(FacesContext context)
Checks if the current request is a postback |
void |
writeState(FacesContext context,
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 String RENDER_KIT_ID_PARAM
public static final String VIEW_STATE_PARAM
| Constructor Detail |
|---|
public ResponseStateManager()
| Method Detail |
|---|
public void writeState(FacesContext context,
Object state)
throws IOException
IOException
public void writeState(FacesContext context,
StateManager.SerializedView state)
throws IOException
IOException
public String getViewState(FacesContext context,
Object state)
context - state -
public Object getState(FacesContext context,
String viewId)
public Object getTreeStructureToRestore(FacesContext context,
String viewId)
public 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 | |||||||||