Package com.vaadin.spring.internal
Class VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
java.lang.Object
com.vaadin.spring.internal.VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
- All Implemented Interfaces:
BeanStoreRetrievalStrategy
- Enclosing class:
- VaadinSessionScope
public static class VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
extends Object
implements BeanStoreRetrievalStrategy
Implementation of
BeanStoreRetrievalStrategy that stores the
BeanStore in the current VaadinSession.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current bean store (nevernull).Returns the current conversation ID (nevernull).
-
Constructor Details
-
VaadinSessionBeanStoreRetrievalStrategy
public VaadinSessionBeanStoreRetrievalStrategy()
-
-
Method Details
-
getBeanStore
Description copied from interface:BeanStoreRetrievalStrategyReturns the current bean store (nevernull).- Specified by:
getBeanStorein interfaceBeanStoreRetrievalStrategy
-
getConversationId
Description copied from interface:BeanStoreRetrievalStrategyReturns the current conversation ID (nevernull).- Specified by:
getConversationIdin interfaceBeanStoreRetrievalStrategy
-