Package | Description |
---|---|
org.apache.myfaces.cdi.view |
Modifier and Type | Method and Description |
---|---|
ViewScopeContextualStorage |
ViewScopeBeanHolder.getContextualStorage(javax.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 |
ViewScopeContext.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 |
ViewScopeContext.destroyAllActive(ViewScopeContextualStorage storage) |
static void |
ViewScopeContext.destroyAllActive(ViewScopeContextualStorage storage,
FacesContext facesContext) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.