|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.spring.internal.DefaultViewCache
public class DefaultViewCache
Default implementation of ViewCache. For
internal use only.
| Constructor Summary | |
|---|---|
DefaultViewCache()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultViewCache()
| Method Detail |
|---|
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()
ViewCache
getCurrentViewBeanStore in interface ViewCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||