Package com.vaadin.spring.internal
Interface ViewCacheRetrievalStrategy
- All Known Implementing Classes:
ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
public interface ViewCacheRetrievalStrategy
Strategy interface for getting the
ViewCache. The strategy pattern
is used to make it easier to mock the
view scope while
doing testing. For internal use only.- Author:
- Petter Holmström (petter@vaadin.com)
-
Method Summary
Modifier and TypeMethodDescriptiongetViewCache(org.springframework.beans.factory.BeanFactory beanFactory) Returns the current bean store (nevernull).
-
Method Details
-
getViewCache
Returns the current bean store (nevernull).
-