public class FaceletPartialStateManagementStrategy
extends javax.faces.view.StateManagementStrategy
Constructor and Description |
---|
FaceletPartialStateManagementStrategy()
Constructor.
|
FaceletPartialStateManagementStrategy(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 FaceletPartialStateManagementStrategy()
public FaceletPartialStateManagementStrategy(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.StateManagementStrategy
context
- 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.StateManagementStrategy
context
- the Faces context.Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.