| Package | Description | 
|---|---|
| org.apache.myfaces.cdi | |
| org.apache.myfaces.cdi.util | |
| org.apache.myfaces.cdi.view | |
| org.apache.myfaces.flow.cdi | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ContextualStorage | FacesScopeContext. getContextualStorage(boolean createIfNotExist,
                    FacesContext facesContext)An implementation has to return the underlying storage which contains the items held in the Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract ContextualStorage | AbstractContext. getContextualStorage(boolean createIfNotExist)An implementation has to return the underlying storage which
 contains the items held in the Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | AbstractContext. destroyAllActive(ContextualStorage storage)Destroys all the Contextual Instances in the specified ContextualStorage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ViewScopeContextualStorageThis Storage holds all information needed for storing
 View Scope instances in a context. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ContextualStorage | ViewTransientScopeContext. getContextualStorage(boolean createIfNotExist,
                    FacesContext facesContext)An implementation has to return the underlying storage which
 contains the items held in the Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextualStorage | FlowScopeBeanHolder. getContextualStorage(javax.enterprise.inject.spi.BeanManager beanManager,
                    String flowClientWindowId)This method will return the ContextualStorage or create a new one
 if no one is yet assigned to the current flowClientWindowId. | 
| protected ContextualStorage | FlowScopedContextImpl. getContextualStorage(boolean createIfNotExist,
                    String clientWindowFlowId)An implementation has to return the underlying storage which
 contains the items held in the Context. | 
| ContextualStorage | FlowScopeBeanHolder. getContextualStorageNoCreate(javax.enterprise.inject.spi.BeanManager beanManager,
                            String flowClientWindowId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,ContextualStorage> | FlowScopeBeanHolder. forceNewStorage()This method will replace the storageMap and with
 a new empty one. | 
| Map<String,ContextualStorage> | FlowScopeBeanHolder. getStorageMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | FlowScopedContextImpl. destroyAllActive(ContextualStorage storage)Destroys all the Contextual Instances in the specified ContextualStorage. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.