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.
BundleDependencyFilter Filter for serving bundles instead of single dependencies basing on the bundling information.
BundleFilterFactory Factory for bundle filters.
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.FakeBrowser Browser instance targeted for server side resolving of resources.
LookupServletContainerInitializer Standard servlet initializer for collecting all SPI implementations.
RouteRegistryInitializer Servlet initializer for collecting all available
Route
s on startup.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.
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.