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

    • getViewCache

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