com.vaadin.spring.internal
Class ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy

java.lang.Object
  extended by com.vaadin.spring.internal.ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
All Implemented Interfaces:
ViewCacheRetrievalStrategy
Enclosing class:
ViewScopeImpl

public static class ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
extends Object
implements ViewCacheRetrievalStrategy

Implementation of ViewCacheRetrievalStrategy that fetches the ViewCache instance from the provided bean factory.


Constructor Summary
ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy()
           
 
Method Summary
 ViewCache getViewCache(org.springframework.beans.factory.BeanFactory beanFactory)
          Returns the current bean store (never null).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy

public ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy()
Method Detail

getViewCache

public ViewCache getViewCache(org.springframework.beans.factory.BeanFactory beanFactory)
Description copied from interface: ViewCacheRetrievalStrategy
Returns the current bean store (never null).

Specified by:
getViewCache in interface ViewCacheRetrievalStrategy


Copyright © 2016 Vaadin Ltd. All Rights Reserved.