| Package | Description | 
|---|---|
| org.apache.myfaces.cdi.view | 
| Modifier and Type | Method and Description | 
|---|---|
| ViewScopeContextualStorage | ViewScopeBeanHolder. getContextualStorage(jakarta.enterprise.inject.spi.BeanManager beanManager,
                    String viewScopeId)This method will return the ViewScopeContextualStorage or create a new one
 if no one is yet assigned to the current windowId. | 
| protected ViewScopeContextualStorage | ViewScopeContextImpl. getContextualStorage(boolean createIfNotExist) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,ViewScopeContextualStorage> | ViewScopeBeanHolder. forceNewStorage()This method will replace the storageMap and with
 a new empty one. | 
| Map<String,ViewScopeContextualStorage> | ViewScopeBeanHolder. getStorageMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ViewScopeContextImpl. destroyAllActive(ViewScopeContextualStorage storage) | 
| static void | ViewScopeContextImpl. destroyAllActive(ViewScopeContextualStorage storage,
                FacesContext facesContext) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.