Package 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
Modifier and TypeMethodDescriptionReturns the current bean store (nevernull).Returns the current conversation ID (nevernull).