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 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.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.