public class DefaultViewCache extends Object implements ViewCache
ViewCache. For
internal use only.| Constructor and Description |
|---|
DefaultViewCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
creatingView(String viewName)
Called by
SpringViewProvider when a
view scoped view is about to be created. |
BeanStore |
getCurrentViewBeanStore()
Returns the bean store for the currently active view.
|
void |
viewCreated(String viewName,
com.vaadin.navigator.View viewInstance)
Called by
SpringViewProvider when a
view scoped view has been created. |
public void creatingView(String viewName)
SpringViewProvider when a
view scoped view is about to be created.creatingView in interface ViewCacheviewName - the name of the view (not the bean name).SpringView.name()public void viewCreated(String viewName, com.vaadin.navigator.View viewInstance)
SpringViewProvider when a
view scoped view has been created.viewCreated in interface ViewCacheviewName - the name of the view (not the bean name).viewInstance - the created view instance, or null if the view could
not be created.SpringView.name()public BeanStore getCurrentViewBeanStore()
ViewCachegetCurrentViewBeanStore in interface ViewCacheCopyright © 2019 Vaadin Ltd. All Rights Reserved.