com.vaadin.spring.internal
Class UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy

java.lang.Object
  extended by 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.


Constructor Summary
UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy()
           
 
Method Summary
 BeanStore getBeanStore()
          Returns the current bean store (never null).
 String getConversationId()
          Returns the current conversation ID (never null).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy

public UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy()
Method Detail

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.