Uses of Class
com.vaadin.spring.internal.BeanStore

Packages that use BeanStore
com.vaadin.spring.internal   
 

Uses of BeanStore in com.vaadin.spring.internal
 

Subclasses of BeanStore in com.vaadin.spring.internal
 class SessionLockingBeanStore
          A BeanStore implementation that locks the related VaadinSession for all operations that may not be thread safe otherwise.
 

Methods in com.vaadin.spring.internal that return BeanStore
 BeanStore VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy.getBeanStore()
           
 BeanStore BeanStoreRetrievalStrategy.getBeanStore()
          Returns the current bean store (never null).
 BeanStore UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy.getBeanStore()
           
 BeanStore ViewCache.getCurrentViewBeanStore()
          Returns the bean store for the currently active view.
 BeanStore DefaultViewCache.getCurrentViewBeanStore()
           
 

Methods in com.vaadin.spring.internal with parameters of type BeanStore
 void BeanStore.DestructionCallback.beanStoreDestroyed(BeanStore beanStore)
           
 



Copyright © 2016 Vaadin Ltd. All Rights Reserved.