Uses of Class
org.apache.myfaces.cdi.view.ViewScopeContextualStorage
-
Packages that use ViewScopeContextualStorage Package Description org.apache.myfaces.cdi.view -
-
Uses of ViewScopeContextualStorage in org.apache.myfaces.cdi.view
Methods in org.apache.myfaces.cdi.view that return ViewScopeContextualStorage Modifier and Type Method 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)
Methods in org.apache.myfaces.cdi.view that return types with arguments of type ViewScopeContextualStorage Modifier and Type Method Description Map<String,ViewScopeContextualStorage>
ViewScopeBeanHolder. forceNewStorage()
This method will replace the storageMap and with a new empty one.Map<String,ViewScopeContextualStorage>
ViewScopeBeanHolder. getStorageMap()
Methods in org.apache.myfaces.cdi.view with parameters of type ViewScopeContextualStorage Modifier and Type Method Description static void
ViewScopeContext. destroyAllActive(ViewScopeContextualStorage storage)
static void
ViewScopeContext. destroyAllActive(ViewScopeContextualStorage storage, FacesContext facesContext)
-