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 the view provider before a view with the specified name will be created.
|
BeanStore |
getCurrentViewBeanStore()
Returns the bean store for the currently active view.
|
void |
viewCreated(String viewName,
com.vaadin.navigator.View viewInstance)
Called by the view provider after a view with the specified name has been created.
|
public void creatingView(String viewName)
ViewCachecreatingView in interface ViewCacheviewName - the name of the view (not the name of the Spring bean).VaadinView.name()public void viewCreated(String viewName, com.vaadin.navigator.View viewInstance)
ViewCacheviewCreated in interface ViewCacheviewName - the name of the view (not the name of the Spring bean).viewInstance - the created view instance, or null if the instance could not be created for some reason.VaadinView.name()public BeanStore getCurrentViewBeanStore()
ViewCachegetCurrentViewBeanStore in interface ViewCacheCopyright © 2015. All rights reserved.