com.caucho.jsf.html
Class ResponseStateManagerImpl
java.lang.Object
ResponseStateManager
com.caucho.jsf.html.ResponseStateManagerImpl
public class ResponseStateManagerImpl
- extends 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. |
boolean |
isPostback(FacesContext context)
Since 1.2 |
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 |
COMPONENTS_STATE
public static final java.lang.String COMPONENTS_STATE
- See Also:
- Constant Field Values
ResponseStateManagerImpl
public ResponseStateManagerImpl()
writeState
public void writeState(FacesContext context,
java.lang.Object state)
throws java.io.IOException
- Throws:
java.io.IOException
writeState
@Deprecated
public void writeState(FacesContext context,
StateManager.SerializedView state)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
getState
public java.lang.Object getState(FacesContext context,
java.lang.String viewId)
getTreeStructureToRestore
@Deprecated
public java.lang.Object getTreeStructureToRestore(FacesContext context,
java.lang.String viewId)
- Deprecated.
getComponentStateToRestore
@Deprecated
public java.lang.Object getComponentStateToRestore(FacesContext context)
- Deprecated.
isPostback
public boolean isPostback(FacesContext context)
- Since 1.2