Package com.vaadin.spring.internal
Class ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
java.lang.Object
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetViewCache(org.springframework.beans.factory.BeanFactory beanFactory) Returns the current bean store (nevernull).
-
Constructor Details
-
BeanFactoryContextViewCacheRetrievalStrategy
public BeanFactoryContextViewCacheRetrievalStrategy()
-
-
Method Details
-
getViewCache
Description copied from interface:ViewCacheRetrievalStrategyReturns the current bean store (nevernull).- Specified by:
getViewCachein interfaceViewCacheRetrievalStrategy
-