com.vaadin.spring.internal
Class VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy

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

VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy

public VaadinSessionScope.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.