com.vaadin.spring.internal
Class UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
java.lang.Object
com.vaadin.spring.internal.UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
- All Implemented Interfaces:
- BeanStoreRetrievalStrategy
- Enclosing class:
- UIScopeImpl
public static class UIScopeImpl.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 |
UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
public UIScopeImpl.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.