| Package | Description |
|---|---|
| com.vaadin.spring.internal |
| Modifier and Type | Class and Description |
|---|---|
static class |
UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
Implementation of
BeanStoreRetrievalStrategy that stores the
BeanStore in the current VaadinSession. |
static class |
VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
Implementation of
BeanStoreRetrievalStrategy that stores the
BeanStore in the current VaadinSession. |
| Modifier and Type | Method and Description |
|---|---|
static BeanStoreRetrievalStrategy |
VaadinSessionScope.getBeanStoreRetrievalStrategy()
Returns the
BeanStoreRetrievalStrategy to use. |
static BeanStoreRetrievalStrategy |
UIScopeImpl.getBeanStoreRetrievalStrategy()
Returns the
BeanStoreRetrievalStrategy to use. |
| Modifier and Type | Method and Description |
|---|---|
static void |
VaadinSessionScope.setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy beanStoreRetrievalStrategy)
Sets the
BeanStoreRetrievalStrategy to use. |
static void |
UIScopeImpl.setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy beanStoreRetrievalStrategy)
Sets the
BeanStoreRetrievalStrategy to use. |
Copyright © 2019 Vaadin Ltd. All Rights Reserved.