public class MockResponseStateManager extends javax.faces.render.ResponseStateManager implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockResponseStateManager()
Default constructor
|
MockResponseStateManager(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getComponentStateToRestore(javax.faces.context.FacesContext arg0) |
org.easymock.IMocksControl |
getControl() |
Object |
getState(javax.faces.context.FacesContext arg0,
String arg1) |
Object |
getTreeStructureToRestore(javax.faces.context.FacesContext arg0,
String arg1) |
String |
getViewState(javax.faces.context.FacesContext arg0,
Object arg1) |
int |
hashCode() |
boolean |
isPostback(javax.faces.context.FacesContext arg0) |
String |
toString() |
void |
writeState(javax.faces.context.FacesContext arg0,
Object arg1) |
void |
writeState(javax.faces.context.FacesContext arg0,
javax.faces.application.StateManager.SerializedView arg1) |
public MockResponseStateManager()
public MockResponseStateManager(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic Object getState(javax.faces.context.FacesContext arg0, String arg1)
getState in class javax.faces.render.ResponseStateManagerpublic String getViewState(javax.faces.context.FacesContext arg0, Object arg1)
getViewState in class javax.faces.render.ResponseStateManagerpublic void writeState(javax.faces.context.FacesContext arg0,
Object arg1)
writeState in class javax.faces.render.ResponseStateManagerpublic void writeState(javax.faces.context.FacesContext arg0,
javax.faces.application.StateManager.SerializedView arg1)
writeState in class javax.faces.render.ResponseStateManagerpublic boolean isPostback(javax.faces.context.FacesContext arg0)
isPostback in class javax.faces.render.ResponseStateManagerpublic Object getComponentStateToRestore(javax.faces.context.FacesContext arg0)
getComponentStateToRestore in class javax.faces.render.ResponseStateManagerpublic Object getTreeStructureToRestore(javax.faces.context.FacesContext arg0, String arg1)
getTreeStructureToRestore in class javax.faces.render.ResponseStateManagerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.