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.
|
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 |
ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
public ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy()
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.