org.jboss.seam.mock
public class MockResponseStateManager extends javax.faces.render.ResponseStateManager
Constructor and Description |
---|
MockResponseStateManager() |
Modifier and Type | Method and Description |
---|---|
Object |
getComponentStateToRestore(javax.faces.context.FacesContext ctx) |
Object |
getTreeStructureToRestore(javax.faces.context.FacesContext ctx,
String x) |
boolean |
isPostback(javax.faces.context.FacesContext context) |
void |
writeState(javax.faces.context.FacesContext ctx,
javax.faces.application.StateManager.SerializedView viewState) |
public Object getComponentStateToRestore(javax.faces.context.FacesContext ctx)
getComponentStateToRestore
in class javax.faces.render.ResponseStateManager
public Object getTreeStructureToRestore(javax.faces.context.FacesContext ctx, String x)
getTreeStructureToRestore
in class javax.faces.render.ResponseStateManager
public void writeState(javax.faces.context.FacesContext ctx, javax.faces.application.StateManager.SerializedView viewState) throws IOException
writeState
in class javax.faces.render.ResponseStateManager
IOException
public boolean isPostback(javax.faces.context.FacesContext context)
isPostback
in class javax.faces.render.ResponseStateManager
Copyright © 2015 Seam Framework. All Rights Reserved.