public abstract class ViewScopeProvider extends Object
| Constructor and Description | 
|---|
| ViewScopeProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<String,Object> | createViewScopeMap(FacesContext facesContext,
                  String viewScopeId) | 
| abstract void | destroyViewScopeMap(FacesContext facesContext,
                   String viewScopeId) | 
| abstract String | generateViewScopeId(FacesContext facesContext) | 
| abstract void | onSessionDestroyed() | 
| abstract Map<String,Object> | restoreViewScopeMap(FacesContext facesContext,
                   String viewScopeId) | 
public abstract void onSessionDestroyed()
public abstract String generateViewScopeId(FacesContext facesContext)
public abstract Map<String,Object> createViewScopeMap(FacesContext facesContext, String viewScopeId)
public abstract Map<String,Object> restoreViewScopeMap(FacesContext facesContext, String viewScopeId)
public abstract void destroyViewScopeMap(FacesContext facesContext, String viewScopeId)
Copyright © 2025 The Apache Software Foundation. All rights reserved.