Package com.vaadin.spring.internal

Interface Summary
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 Summary
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.
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.
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 © 2016 Vaadin Ltd. All Rights Reserved.