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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
public VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy()
getBeanStore
public BeanStore getBeanStore()
- Description copied from interface:
BeanStoreRetrievalStrategy
- Returns the current bean store (never
null).
- Specified by:
getBeanStore in interface BeanStoreRetrievalStrategy
getConversationId
public String getConversationId()
- Description copied from interface:
BeanStoreRetrievalStrategy
- Returns the current conversation ID (never
null).
- Specified by:
getConversationId in interface BeanStoreRetrievalStrategy
Copyright © 2016 Vaadin Ltd. All Rights Reserved.