public class FaceletFullStateManagementStrategy extends StateManagementStrategy
| Constructor and Description |
|---|
FaceletFullStateManagementStrategy()
Constructor.
|
FaceletFullStateManagementStrategy(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 FaceletFullStateManagementStrategy()
public FaceletFullStateManagementStrategy(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–2019 Eclipse Foundation. All rights reserved.