Uses of Interface
com.vaadin.spring.internal.BeanStoreRetrievalStrategy

Packages that use BeanStoreRetrievalStrategy
com.vaadin.spring.internal   
 

Uses of BeanStoreRetrievalStrategy in com.vaadin.spring.internal
 

Classes in com.vaadin.spring.internal that implement BeanStoreRetrievalStrategy
static class UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
          Implementation of BeanStoreRetrievalStrategy that stores the BeanStore in the current VaadinSession.
static class VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
          Implementation of BeanStoreRetrievalStrategy that stores the BeanStore in the current VaadinSession.
 

Methods in com.vaadin.spring.internal that return BeanStoreRetrievalStrategy
static BeanStoreRetrievalStrategy VaadinSessionScope.getBeanStoreRetrievalStrategy()
          Returns the VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy to use.
static BeanStoreRetrievalStrategy UIScopeImpl.getBeanStoreRetrievalStrategy()
          Returns the UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy to use.
 

Methods in com.vaadin.spring.internal with parameters of type BeanStoreRetrievalStrategy
static void VaadinSessionScope.setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy beanStoreRetrievalStrategy)
          Sets the VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy to use.
static void UIScopeImpl.setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy beanStoreRetrievalStrategy)
          Sets the UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy to use.
 



Copyright © 2016 Vaadin Ltd. All Rights Reserved.