Uses of Class
org.apache.myfaces.cdi.view.ViewScopeContextualStorage

Packages that use ViewScopeContextualStorage
org.apache.myfaces.cdi.view   
 

Uses of ViewScopeContextualStorage in org.apache.myfaces.cdi.view
 

Methods in org.apache.myfaces.cdi.view that return ViewScopeContextualStorage
 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 ViewScopeContextImpl.getContextualStorage(boolean createIfNotExist)
           
 

Methods in org.apache.myfaces.cdi.view that return types with arguments of type ViewScopeContextualStorage
 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
static void ViewScopeContextImpl.destroyAllActive(ViewScopeContextualStorage storage)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.