- get(String, ObjectFactory<?>) - Method in class com.vaadin.spring.internal.BeanStore
-
- get(String, ObjectFactory<?>) - Method in class com.vaadin.spring.internal.SessionLockingBeanStore
-
- get(String, ObjectFactory<?>) - Method in class com.vaadin.spring.internal.UIScopeImpl
-
- get(String, ObjectFactory<?>) - Method in class com.vaadin.spring.internal.VaadinSessionScope
-
- get(String, ObjectFactory<?>) - Method in class com.vaadin.spring.internal.ViewScopeImpl
-
- getAccessDeniedView() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getAccessDeniedViewClass() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Returns the class of the access denied view.
- getAllowedViewsForCurrentUI() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Return a collection with all the registered Spring views for the current
UI which the current user is allowed to access.
- getAllowedViewsForCurrentUI(String) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Return a collection with all the registered Spring views with the given
view name for the current UI and which the current user is allowed to
access.
- getAllViewsForCurrentUI() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Return a collection with all the registered Spring views for the current
UI regardless of access restrictions.
- getBeanDefinitionRegistry() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getBeanName() - Method in class com.vaadin.spring.navigator.SpringViewProvider.ViewInfo
-
- getBeanNameGenerator() - Method in class com.vaadin.spring.internal.SpringViewDisplayPostProcessor
-
- getBeanStore() - Method in interface com.vaadin.spring.internal.BeanStoreRetrievalStrategy
-
Returns the current bean store (never null).
- getBeanStore() - Method in class com.vaadin.spring.internal.UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
-
- getBeanStore() - Method in class com.vaadin.spring.internal.VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
-
- getBeanStoreRetrievalStrategy() - Static method in class com.vaadin.spring.internal.UIScopeImpl
-
- getBeanStoreRetrievalStrategy() - Static method in class com.vaadin.spring.internal.VaadinSessionScope
-
- getConversationId() - Method in interface com.vaadin.spring.internal.BeanStoreRetrievalStrategy
-
Returns the current conversation ID (never null).
- getConversationId() - Method in class com.vaadin.spring.internal.UIScopeImpl
-
- getConversationId() - Method in class com.vaadin.spring.internal.UIScopeImpl.VaadinSessionBeanStoreRetrievalStrategy
-
- getConversationId() - Method in class com.vaadin.spring.internal.VaadinSessionScope
-
- getConversationId() - Method in class com.vaadin.spring.internal.VaadinSessionScope.VaadinSessionBeanStoreRetrievalStrategy
-
- getConversationId() - Method in class com.vaadin.spring.internal.ViewScopeImpl
- getCurrentViewBeanStore() - Method in class com.vaadin.spring.internal.DefaultViewCache
-
- getCurrentViewBeanStore() - Method in interface com.vaadin.spring.internal.ViewCache
-
Returns the bean store for the currently active view.
- getNavigator() - Method in class com.vaadin.spring.server.SpringUIProvider
-
Returns the configured navigator bean or null if no bean defined.
- getPageTitle(UICreateEvent) - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getPathInfo() - Method in class com.vaadin.spring.server.SpringVaadinServletRequest
-
- getServiceUrlPath() - Method in class com.vaadin.spring.server.SpringVaadinServlet
-
Return the path of the service URL (URL for all client-server
communication) relative to the context path.
- getServletContext() - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getServletPath() - Method in class com.vaadin.spring.server.SpringVaadinServletRequest
-
- getSpringViewDisplay(ApplicationContext) - Method in class com.vaadin.spring.internal.SpringViewDisplayRegistrationBean
-
- getSpringViewDisplayPostProcessor() - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getStaticFilePath(HttpServletRequest) - Method in class com.vaadin.spring.server.SpringVaadinServlet
-
Check if this is a request for a static resource and, if it is, return the
resource path.
- getTheme(UICreateEvent) - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getUIByPath(String) - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getView(String) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getViewCache(BeanFactory) - Method in interface com.vaadin.spring.internal.ViewCacheRetrievalStrategy
-
Returns the current bean store (never null).
- getViewCache(BeanFactory) - Method in class com.vaadin.spring.internal.ViewScopeImpl.BeanFactoryContextViewCacheRetrievalStrategy
-
- getViewCacheRetrievalStrategy() - Static method in class com.vaadin.spring.internal.ViewScopeImpl
-
- getViewFromApplicationContext(SpringViewProvider.ViewInfo) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Fetches a view from the application context.
- getViewFromApplicationContextAndCheckAccess(SpringViewProvider.ViewInfo) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getViewName(String) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getViewName(String, List<SpringViewProvider.ViewInfo>) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getViewName() - Method in class com.vaadin.spring.navigator.SpringViewProvider.ViewInfo
-
- getViewName() - Method in class com.vaadin.spring.navigator.ViewActivationListener.ViewActivationEvent
-
Returns the view name
- getViewNameFromAnnotation(Class<?>, SpringView) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getViewNamesForCurrentUI() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Return a collection with all the registered Spring views for the current
UI which the current user is allowed to access.
- getViewNameToBeanNamesMap() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Get the mapping from view names to the collections of corresponding bean
names.
- getWebApplicationContext() - Method in class com.vaadin.spring.navigator.SpringNavigator
-
- getWebApplicationContext() - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
- getWebApplicationContext() - Method in class com.vaadin.spring.server.SpringUIProvider
-
- getWebApplicationContext() - Method in class com.vaadin.spring.server.SpringVaadinServletService
-
Find the Spring web application context related to the servlet context.
- servletInitialized() - Method in class com.vaadin.spring.server.SpringVaadinServlet
-
- session - Variable in class com.vaadin.spring.internal.SessionLockingBeanStore
-
- SessionLockingBeanStore - Class in com.vaadin.spring.internal
-
A
BeanStore implementation that locks the related
VaadinSession for all operations that may not be thread safe
otherwise.
- SessionLockingBeanStore(VaadinSession, String, BeanStore.DestructionCallback) - Constructor for class com.vaadin.spring.internal.SessionLockingBeanStore
-
- setAccessDeniedViewClass(Class<? extends View>) - Method in class com.vaadin.spring.navigator.SpringViewProvider
-
Sets the class of the access denied view.
- setApplicationContext(ApplicationContext) - Method in class com.vaadin.spring.internal.SpringViewDisplayPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class com.vaadin.spring.VaadinConfiguration
-
- setBeanClass(Class<?>) - Method in class com.vaadin.spring.internal.SpringViewDisplayRegistrationBean
-
Set the class of the bean that has the view display annotation.
- setBeanFactory(BeanFactory) - Method in class com.vaadin.spring.internal.SpringViewDisplayPostProcessor
-
- setBeanName(String) - Method in class com.vaadin.spring.internal.SpringViewDisplayRegistrationBean
-
Set the name of the bean that has the view display annotation.
- setBeanNameGenerator(BeanNameGenerator) - Method in class com.vaadin.spring.internal.SpringViewDisplayPostProcessor
-
- setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy) - Static method in class com.vaadin.spring.internal.UIScopeImpl
-
- setBeanStoreRetrievalStrategy(BeanStoreRetrievalStrategy) - Static method in class com.vaadin.spring.internal.VaadinSessionScope
-
- setErrorView(Class<? extends View>) - Method in class com.vaadin.spring.navigator.SpringNavigator
-
Registers a view class for the view to show when no other view matches
the navigation state.
- setServiceUrlPath(String) - Method in class com.vaadin.spring.server.SpringVaadinServlet
-
Set the path of the service URL (URL for all client-server communication)
to use, relative to the context path.
- setViewCacheRetrievalStrategy(ViewCacheRetrievalStrategy) - Static method in class com.vaadin.spring.internal.ViewScopeImpl
-
- SpringComponent - Annotation Type in com.vaadin.spring.annotation
-
Alias for Component to prevent
conflicts with Component.
- SpringNavigator - Class in com.vaadin.spring.navigator
-
- SpringNavigator() - Constructor for class com.vaadin.spring.navigator.SpringNavigator
-
- SpringNavigator(UI, ComponentContainer) - Constructor for class com.vaadin.spring.navigator.SpringNavigator
-
- SpringNavigator(UI, NavigationStateManager, ViewDisplay) - Constructor for class com.vaadin.spring.navigator.SpringNavigator
-
- SpringNavigator(UI, SingleComponentContainer) - Constructor for class com.vaadin.spring.navigator.SpringNavigator
-
- SpringNavigator(UI, ViewDisplay) - Constructor for class com.vaadin.spring.navigator.SpringNavigator
-
- SpringUI - Annotation Type in com.vaadin.spring.annotation
-
Annotation to be put on UI-subclasses that are to be
automatically detected and configured by Spring.
- SpringUIProvider - Class in com.vaadin.spring.server
-
Vaadin UIProvider that looks up UI classes from the
Spring application context.
- SpringUIProvider(VaadinSession) - Constructor for class com.vaadin.spring.server.SpringUIProvider
-
- SpringVaadinServlet - Class in com.vaadin.spring.server
-
Subclass of the standard
Vaadin
servlet that adds a
SpringUIProvider to every new Vaadin session and
allows the use of a custom service URL on the bootstrap page.
- SpringVaadinServlet() - Constructor for class com.vaadin.spring.server.SpringVaadinServlet
-
- SpringVaadinServletRequest - Class in com.vaadin.spring.server
-
Custom Vaadin servlet request to handle getPathInfo() when the servlet is
used via ServletForwardingController which does not set it.
- SpringVaadinServletRequest(HttpServletRequest, VaadinServletService, boolean) - Constructor for class com.vaadin.spring.server.SpringVaadinServletRequest
-
Construct a Spring servlet request
- SpringVaadinServletService - Class in com.vaadin.spring.server
-
Servlet service class that allows customization of the service URL
(client-server communication base URL).
- SpringVaadinServletService(VaadinServlet, DeploymentConfiguration, String) - Constructor for class com.vaadin.spring.server.SpringVaadinServletService
-
Create a servlet service instance that allows the use of a custom service
URL.
- SpringView - Annotation Type in com.vaadin.spring.annotation
-
- SpringViewDisplay - Annotation Type in com.vaadin.spring.annotation
-
Stereotype annotation for a bean (implementing either ViewDisplay,
SingleComponentContainer or ComponentContainer) that should
act as a view display for Vaadin Navigator.
- SpringViewDisplayPostProcessor - Class in com.vaadin.spring.internal
-
- SpringViewDisplayPostProcessor() - Constructor for class com.vaadin.spring.internal.SpringViewDisplayPostProcessor
-
- springViewDisplayPostProcessor() - Static method in class com.vaadin.spring.VaadinNavigatorConfiguration
-
- SpringViewDisplayRegistrationBean - Class in com.vaadin.spring.internal
-
Dynamically registered bean which can provide a reference to the current view
display instance.
- SpringViewDisplayRegistrationBean() - Constructor for class com.vaadin.spring.internal.SpringViewDisplayRegistrationBean
-
- SpringViewProvider - Class in com.vaadin.spring.navigator
-
A Vaadin ViewProvider that fetches the views from the Spring
application context.
- SpringViewProvider(ApplicationContext, BeanDefinitionRegistry) - Constructor for class com.vaadin.spring.navigator.SpringViewProvider
-
- SpringViewProvider.ViewInfo - Class in com.vaadin.spring.navigator
-
Internal class used to communicate info on available views within the
view provider.
- switchView(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.spring.navigator.SpringNavigator
-