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