| Package | Description |
|---|---|
| com.vaadin.spring.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionLockingBeanStore
A
BeanStore implementation that locks the related
VaadinSession for all operations that may not be thread safe
otherwise. |
| Modifier and Type | Method and Description |
|---|---|
BeanStore |
VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy.getBeanStore() |
BeanStore |
BeanStoreRetrievalStrategy.getBeanStore()
Returns the current bean store (never
null). |
BeanStore |
UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy.getBeanStore() |
BeanStore |
DefaultViewCache.getCurrentViewBeanStore() |
BeanStore |
ViewCache.getCurrentViewBeanStore()
Returns the bean store for the currently active view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanStore.DestructionCallback.beanStoreDestroyed(BeanStore beanStore) |
Copyright © 2019 Vaadin Ltd. All Rights Reserved.