Class SimpleViewCache

java.lang.Object
org.vaadin.spring.test.SimpleViewCache
All Implemented Interfaces:
ViewCache, Serializable

public class SimpleViewCache extends Object implements ViewCache
Simple implementation of ViewCache that always returns the same BeanStore instance. This effectively means that exactly one view scope is always active. The view provider callbacks creatingView(String) and viewCreated(String, com.vaadin.navigator.View) do not do anything.
Author:
Petter Holmström (petter@vaadin.com)
See Also: