public class JspStateManagementStrategy
extends javax.faces.view.StateManagementStrategy
| Constructor and Description |
|---|
JspStateManagementStrategy()
Constructor.
|
JspStateManagementStrategy(javax.faces.context.FacesContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext context,
String viewId,
String renderKitId)
Restore the view.
|
Object |
saveView(javax.faces.context.FacesContext context)
Save the view.
|
public JspStateManagementStrategy()
public JspStateManagementStrategy(javax.faces.context.FacesContext context)
context - the Faces context.public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
String viewId,
String renderKitId)
restoreView in class javax.faces.view.StateManagementStrategycontext - the Faces context.viewId - the view id.renderKitId - the render kit id.public Object saveView(javax.faces.context.FacesContext context)
saveView in class javax.faces.view.StateManagementStrategycontext - the Faces context.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.