com.vaadin.spring.internal
Interface BeanStoreRetrievalStrategy

All Known Implementing Classes:
UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy, VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy

public interface BeanStoreRetrievalStrategy

Strategy interface for getting the BeanStore. The strategy pattern is used to make it easier to mock the scope while doing testing. For internal use only.

Author:
Petter Holmström (petter@vaadin.com)

Method Summary
 BeanStore getBeanStore()
          Returns the current bean store (never null).
 String getConversationId()
          Returns the current conversation ID (never null).
 

Method Detail

getBeanStore

BeanStore getBeanStore()
Returns the current bean store (never null).


getConversationId

String getConversationId()
Returns the current conversation ID (never null).



Copyright © 2016 Vaadin Ltd. All Rights Reserved.