Class SimpleViewCacheRetrievalStrategy

java.lang.Object
org.vaadin.spring.test.SimpleViewCacheRetrievalStrategy
All Implemented Interfaces:
ViewCacheRetrievalStrategy

public class SimpleViewCacheRetrievalStrategy extends Object implements 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 Details

    • SimpleViewCacheRetrievalStrategy

      public SimpleViewCacheRetrievalStrategy(String beanStoreName)
  • Method Details