- 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.
- 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
-