Skip navigation links
A C E F G I L M O P R S U V W 

A

addDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.spring.SpringVaadinSession
Adds a listener that gets notified when the Vaadin service session is destroyed.
afterPropertiesSet() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
 

C

com.vaadin.flow.spring - package com.vaadin.flow.spring
 
com.vaadin.flow.spring.annotation - package com.vaadin.flow.spring.annotation
 
com.vaadin.flow.spring.scopes - package com.vaadin.flow.spring.scopes
 
contextInitializer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
Creates a ServletContextInitializer instance.
createComponent(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
 
createDeploymentConfiguration(Properties) - Method in class com.vaadin.flow.spring.SpringServlet
 
createDeploymentConfiguration(ServletContext, ServletRegistrationBean, Class<?>, ApplicationContext) - Static method in class com.vaadin.flow.spring.VaadinServletContextInitializer.SpringStubServletConfig
Creates a DeploymentConfiguration.
createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.spring.SpringServlet
 
createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 

E

EnableVaadin - Annotation Type in com.vaadin.flow.spring.annotation
Brings in the machinery to setup Spring + Vaadin applications.

F

fireSessionDestroy() - Method in class com.vaadin.flow.spring.SpringVaadinSession
Handles destruction of the session.
ForwardingRequestWrapper - Class in com.vaadin.flow.spring
Creates an HttpServletRequestWrapper instance which returns appropriate servletPath and pathInfo (which are expected by VaadinServlet) in case forwarding is enforced.
ForwardingRequestWrapper(HttpServletRequest) - Constructor for class com.vaadin.flow.spring.ForwardingRequestWrapper
 

G

getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
getBlacklistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Get a list of packages that are blacklisted for class scanning.
getConfigurationClasses() - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
Gets the application configuration classes.
getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
getI18NProvider() - Method in class com.vaadin.flow.spring.SpringInstantiator
 
getInitParameter(String) - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer.SpringStubServletConfig
 
getInitParameterNames() - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer.SpringStubServletConfig
 
getOrCreate(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
Hands over an existing bean or tries to instantiate one with the following rules: If exactly one bean is present in the context, it returns this bean.
getPathInfo() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
 
getResource(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 
getResourceAsStream(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 
getServiceInitListeners() - Method in class com.vaadin.flow.spring.SpringInstantiator
 
getServletContext() - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer.SpringStubServletConfig
 
getServletName() - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer.SpringStubServletConfig
 
getServletPath() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
 
getStaticResource(String) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 
getUrlMapping() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the url mapping for the Vaadin servlet.
getWhitelistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Get a list of packages that are white-listed for class scanning.

I

isAsyncSupported() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Returns if asynchronous operations are supported.
isRootMapping(String) - Static method in class com.vaadin.flow.spring.RootMappedCondition
Returns true if mapping is the root mapping ("/*").

L

loadInstantiators() - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 

M

matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.vaadin.flow.spring.RootMappedCondition
 

O

onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
 
onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer
 

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
PROPERTY_NAMES - Static variable in class com.vaadin.flow.spring.SpringServlet
Property names that are read from the application.properties file

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
 
registerConfiguration(AnnotationConfigWebApplicationContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
Registers application configuration classes.
registerEndpoints() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
 
RootMappedCondition - Class in com.vaadin.flow.spring
Condition to check whether the Vaadin servlet is mapped to the root ("/*").
RootMappedCondition() - Constructor for class com.vaadin.flow.spring.RootMappedCondition
 

S

service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.SpringServlet
 
servletRegistrationBean() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
Creates a ServletRegistrationBean instance with Spring aware Vaadin servlet.
setAsyncSupported(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Sets asyncSupported property value.
setBlacklistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Set list of packages to ignore for class scanning.
setUrlMapping(String) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Sets urlMapping property value.
setWhitelistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Set list of packages to be scanned.
SpringBootAutoConfiguration - Class in com.vaadin.flow.spring
Spring boot auto-configuration class for Flow.
SpringBootAutoConfiguration() - Constructor for class com.vaadin.flow.spring.SpringBootAutoConfiguration
 
SpringComponent - Annotation Type in com.vaadin.flow.spring.annotation
Convenience alias for Component to prevent conflicts with Component.
SpringInstantiator - Class in com.vaadin.flow.spring
Default Spring instantiator that is used if no other instantiator has been registered.
SpringInstantiator(VaadinService, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringInstantiator
Creates a new spring instantiator instance.
SpringServlet - Class in com.vaadin.flow.spring
Spring application context aware Vaadin servlet implementation.
SpringServlet(ApplicationContext, boolean) - Constructor for class com.vaadin.flow.spring.SpringServlet
Creates a new Vaadin servlet instance with the application context provided.
SpringVaadinServletService - Class in com.vaadin.flow.spring
Spring application context aware Vaadin servlet service implementation.
SpringVaadinServletService(VaadinServlet, DeploymentConfiguration, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringVaadinServletService
Creates an instance connected to the given servlet and using the given configuration with provided application context.
SpringVaadinSession - Class in com.vaadin.flow.spring
Vaadin session implementation for Spring.
SpringVaadinSession(VaadinService) - Constructor for class com.vaadin.flow.spring.SpringVaadinSession
Creates a new VaadinSession tied to a VaadinService.

U

UIScope - Annotation Type in com.vaadin.flow.spring.annotation
Stereotype annotation for Spring's @Scope("vaadin-ui").
URL_MAPPING_PROPERTY - Static variable in class com.vaadin.flow.spring.RootMappedCondition
 

V

VAADIN_SESSION_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
VAADIN_UI_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
VaadinConfigurationProperties - Class in com.vaadin.flow.spring
Configuration properties for Vaadin Spring Boot.
VaadinConfigurationProperties() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties
 
vaadinForwardingController() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
Makes a forwarding controller.
VaadinMVCWebAppInitializer - Class in com.vaadin.flow.spring
Abstract Vaadin Spring MVC WebApplicationInitializer.
VaadinMVCWebAppInitializer() - Constructor for class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
 
vaadinRootMapping() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
Makes an url handler mapping allowing to forward requests from a DispatcherServlet to VaadinServlet.
VaadinScanPackagesRegistrar - Class in com.vaadin.flow.spring
Internal registrar for Vaadin scan packages settings.
VaadinScanPackagesRegistrar() - Constructor for class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
 
VaadinScopesConfig - Class in com.vaadin.flow.spring
Vaadin scopes configuration.
VaadinScopesConfig() - Constructor for class com.vaadin.flow.spring.VaadinScopesConfig
 
VaadinServletConfiguration - Class in com.vaadin.flow.spring
Vaadin servlet configuration.
VaadinServletConfiguration() - Constructor for class com.vaadin.flow.spring.VaadinServletConfiguration
 
VaadinServletContextInitializer - Class in com.vaadin.flow.spring
Servlet context initializer for Spring Boot Application.
VaadinServletContextInitializer(ApplicationContext) - Constructor for class com.vaadin.flow.spring.VaadinServletContextInitializer
Creates a new ServletContextInitializer instance with application context provided.
VaadinServletContextInitializer.SpringStubServletConfig - Class in com.vaadin.flow.spring
ServletConfig implementation for getting initial properties for building the DeploymentConfiguration.
VaadinSessionScope - Annotation Type in com.vaadin.flow.spring.annotation
Stereotype annotation for Spring's @Scope("vaadin-session").
VaadinSessionScope - Class in com.vaadin.flow.spring.scopes
Implementation of Spring's Scope that binds the beans to the current VaadinSession (as opposed to the current Servlet session).
VaadinSessionScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
vaadinSessionScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
Creates a Vaadin session scope.
VaadinUIScope - Class in com.vaadin.flow.spring.scopes
Implementation of Spring's Scope that binds the beans to the current UI.
VaadinUIScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinUIScope
 
vaadinUIScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
Creates a Vaadin UI scope.
VaadinWebsocketEndpointExporter - Class in com.vaadin.flow.spring
Handles registration of JSR-356 websocket endpoints when the Spring Boot application is run in an embedded container.
VaadinWebsocketEndpointExporter() - Constructor for class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
 

W

websocketEndpointDeployer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
Deploys JSR-356 websocket endpoints when Atmosphere is available.
A C E F G I L M O P R S U V W 
Skip navigation links

Copyright © 2019 Vaadin Ltd. All Rights Reserved.