public class DefaultViewScopeHandler extends ViewScopeProvider
| Constructor and Description | 
|---|
| DefaultViewScopeHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | createViewScopeMap(FacesContext facesContext,
                  String viewScopeId) | 
| void | destroyViewScopeMap(FacesContext facesContext,
                   String viewScopeId) | 
| String | generateViewScopeId(FacesContext facesContext) | 
| protected ManagedBeanDestroyer | getManagedBeanDestroyer(ExternalContext externalContext) | 
| void | onSessionDestroyed() | 
| Map<String,Object> | restoreViewScopeMap(FacesContext facesContext,
                   String viewScopeId) | 
public void onSessionDestroyed()
onSessionDestroyed in class ViewScopeProviderpublic 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 destroyViewScopeMap(FacesContext facesContext, String viewScopeId)
destroyViewScopeMap in class ViewScopeProviderprotected ManagedBeanDestroyer getManagedBeanDestroyer(ExternalContext externalContext)
Copyright © 2025 The Apache Software Foundation. All rights reserved.