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

    Modifier and Type
    Method
    Description
    Returns the current bean store (never null).
    Returns the current conversation ID (never null).
  • Method Details

    • getBeanStore

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

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