Package org.vaadin.spring.test
Class SimpleViewCacheRetrievalStrategy
java.lang.Object
org.vaadin.spring.test.SimpleViewCacheRetrievalStrategy
- All Implemented Interfaces:
ViewCacheRetrievalStrategy
Simple implementation of
ViewCacheRetrievalStrategy that always
returns the same instance of SimpleViewCache. This effectively means that exactly
one view scope is always active.- Author:
- Petter Holmström (petter@vaadin.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetViewCache(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
SimpleViewCacheRetrievalStrategy
-
-
Method Details
-
getViewCache
- Specified by:
getViewCachein interfaceViewCacheRetrievalStrategy
-