public class FaceletPartialStateManagementStrategy extends StateManagementStrategy
| Constructor and Description |
|---|
FaceletPartialStateManagementStrategy()
Constructor.
|
FaceletPartialStateManagementStrategy(FacesContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UIViewRoot |
restoreView(FacesContext context,
String viewId,
String renderKitId)
Restore the view.
|
Object |
saveView(FacesContext context)
Save the view.
|
public FaceletPartialStateManagementStrategy()
public FaceletPartialStateManagementStrategy(FacesContext context)
context - the Faces context.public UIViewRoot restoreView(FacesContext context, String viewId, String renderKitId)
restoreView in class StateManagementStrategycontext - the Faces context.viewId - the view id.renderKitId - the render kit id.public Object saveView(FacesContext context)
saveView in class StateManagementStrategycontext - the Faces context.Copyright © 1997–2020 Eclipse Foundation. All rights reserved.