| Interface | Description |
|---|---|
| BeanStore.DestructionCallback |
Callback interface for receiving notifications about a
BeanStore being destroyed. |
| BeanStoreRetrievalStrategy |
Strategy interface for getting the
BeanStore. |
| 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 |
|---|---|
| BeanStore |
Class for storing beans in the different Vaadin scopes.
|
| Conventions |
Internal utility class for deriving automatic mappings for view names.
|
| DefaultViewCache |
Default implementation of
ViewCache. |
| SessionLockingBeanStore |
A
BeanStore implementation that locks the related
VaadinSession for all operations that may not be thread safe
otherwise. |
| SpringBeanUtil | |
| SpringViewDisplayPostProcessor |
Bean post processor that scans for
SpringViewDisplay annotations on
UI scoped beans or bean classes and registers
SpringViewDisplayRegistrationBean instances for them for
SpringUIProvider. |
| SpringViewDisplayRegistrationBean |
Dynamically registered bean which can provide a reference to the current view
display instance.
|
| UIID |
Uniquely identifies a UI instance for a given window/tab inside a session.
|
| UIScopeImpl |
Implementation of Spring's
Scope that binds the UIs and
dependent beans to the current VaadinSession (as
opposed to the current Servlet session). |
| UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy |
Implementation of
BeanStoreRetrievalStrategy that stores the
BeanStore in the current VaadinSession. |
| 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. |
| VaadinSpringComponentFactory |
A component factory for Vaadin design files, capable of creating Spring
beans.
|
| ViewScopeImpl |
Implementation of Spring's
Scope that binds the views
and dependent beans to the visibility of the view, i.e. |
| ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy |
Implementation of
ViewCacheRetrievalStrategy
that fetches the ViewCache
instance from the provided bean factory. |
Copyright © 2019 Vaadin Ltd. All Rights Reserved.