| Interface | Description |
|---|---|
| BeanStore.DestructionCallback |
Callback interface for receiving notifications about a
BeanStore being destroyed. |
| BeanStoreRetrievalStrategy |
Strategy interface for getting the
BeanStore. |
| ClassUtils.ClassVisitor |
| Class | Description |
|---|---|
| BeanStore |
Class for storing beans in the different Vaadin scopes.
|
| ClassUtils |
Utility methods for working with classes and class members.
|
| UIID |
Uniquely identifies a UI instance for a given window/tab inside a session.
|
| VaadinSessionScope |
Implementation of Spring's
Scope that binds the beans to the
current VaadinSession (as opposed to the current Servlet session). |
| VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy |
Implementation of
BeanStoreRetrievalStrategy that
stores the BeanStore in the current VaadinSession. |
| VaadinUIScope |
Implementation of Spring's
Scope that binds the UIs and dependent
beans to the current VaadinSession (as opposed to the current Servlet session). |
| VaadinUIScope.VaadinSessionBeanStoreRetrievalStrategy |
Implementation of
BeanStoreRetrievalStrategy that
stores the BeanStore in the current VaadinSession. |
Copyright © 2015. All rights reserved.