public static class VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy extends Object implements BeanStoreRetrievalStrategy
BeanStoreRetrievalStrategy that stores the
BeanStore in the current VaadinSession.| Constructor and Description |
|---|
VaadinSessionBeanStoreRetrievalStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BeanStore |
getBeanStore()
Returns the current bean store (never
null). |
String |
getConversationId()
Returns the current conversation ID (never
null). |
public VaadinSessionBeanStoreRetrievalStrategy()
public BeanStore getBeanStore()
BeanStoreRetrievalStrategynull).getBeanStore in interface BeanStoreRetrievalStrategypublic String getConversationId()
BeanStoreRetrievalStrategynull).getConversationId in interface BeanStoreRetrievalStrategyCopyright © 2017 Vaadin Ltd. All Rights Reserved.