com.vaadin.flow.server.startup.
Package com.vaadin.flow.server.startup
-
Interface Summary Interface Description ClassLoaderAwareServletContainerInitializer Allows to load the implementation class by one classloader but accepts classes in
ClassLoaderAwareServletContainerInitializer.onStartup(Set, ServletContext)
method loaded by another classloader.NavigationTargetFilter A filter that can prevent specific navigation targets from being registered.
-
Class Summary Class Description AbstractAnnotationValidator Validation class that contains common logic to checks that specific annotations are not configured wrong.
AbstractRouteRegistryInitializer Common validation methods for route registry initializer.
AnnotationValidator Validation class that is run during servlet container initialization which checks that specific annotations are not configured wrong.
ApplicationRouteRegistry Registry for holding navigation target components found on servlet initialization.
ApplicationRouteRegistry.ApplicationRouteRegistryWrapper RouteRegistry wrapper class for storing the ApplicationRouteRegistry.
ConnectEndpointsValidator Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there are
Endpoint
annotations.DevModeInitializer Servlet initializer starting node updaters as well as the webpack-dev-mode server.
ErrorNavigationTargetInitializer Servlet initializer for collecting all available error handler navigation targets implementing
HasErrorParameter
on startup.RouteRegistryInitializer Servlet initializer for collecting all available
Route
s on startup.RouteTarget Route target holder that handles getting the correct type of has parameter target.
ServletContextListeners All ServletContextListeners in Flow merged into one actual listener to be able to control the order they are executed in.
ServletDeployer Context listener that automatically registers Vaadin servlets.
ServletDeployer.StubServletConfig Default ServletConfig implementation.
ServletVerifier Verify the servlet version on container initialization.
VaadinAppShellInitializer Servlet initializer visiting
AppShellConfigurator
configuration.WebComponentConfigurationRegistryInitializer Servlet initializer for collecting all classes that extend
WebComponentExporter
/WebComponentExporterFactory
on startup, creates uniqueWebComponentConfiguration
instances, and adds them toWebComponentConfigurationRegistry
.WebComponentExporterAwareValidator Checks that specific annotations are not configured wrong.
-
Exception Summary Exception Description DuplicateNavigationTitleException Exception indicating a conflict between a route target implementing
HasDynamicTitle
while also having aPageTitle
annotation.