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
 ViewCache getViewCache(org.springframework.beans.factory.BeanFactory beanFactory)
          Returns the current bean store (never null).
 

Method Detail

getViewCache

ViewCache getViewCache(org.springframework.beans.factory.BeanFactory beanFactory)
Returns the current bean store (never null).



Copyright © 2016 Vaadin Ltd. All Rights Reserved.