Interface VaadinServletContextStartupInitializer

All Superinterfaces:
ClassLoaderAwareServletContainerInitializer, jakarta.servlet.ServletContainerInitializer, VaadinContextStartupInitializer
All Known Implementing Classes:
AnnotationValidator, DevModeStartupListener, ErrorNavigationTargetInitializer, RouteRegistryInitializer, VaadinAppShellInitializer, WebComponentConfigurationRegistryInitializer, WebComponentExporterAwareValidator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface VaadinServletContextStartupInitializer extends ClassLoaderAwareServletContainerInitializer, VaadinContextStartupInitializer
Allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
Since:
See Also: