| Interface | Description |
|---|---|
| ViewCache |
A view cache is used to keep track of the currently active
view and its
corresponding BeanStore. |
| ViewCacheRetrievalStrategy |
Strategy interface for getting the
ViewCache. |
| Class | Description |
|---|---|
| DefaultViewCache |
Default implementation of
ViewCache. |
| VaadinViewScope |
Implementation of Spring's
Scope that binds the views
and dependent beans to the visibility of the view, i.e. |
| VaadinViewScope.BeanFactoryContextViewCacheRetrievalStrategy |
Implementation of
ViewCacheRetrievalStrategy that
fetches the ViewCache instance from the provided
bean factory. |
Copyright © 2015. All rights reserved.