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 StateManagementStrategy
context
- the Faces context.viewId
- the view id.renderKitId
- the render kit id.public Object saveView(FacesContext context)
saveView
in class StateManagementStrategy
context
- the Faces context.Copyright © 1997–2019 Eclipse Foundation. All rights reserved.