com.vaadin.flow.server.startup.
Package com.vaadin.flow.server.startup
-
Interface Summary Interface Description 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.
BundleDependencyFilter Filter for serving bundles instead of single dependencies basing on the bundling information.
BundleFilterInitializer An initializer for a bundle filter.
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.
RouteRegistry Registry for holding navigation target components found on servlet initialization.
RouteRegistry.ErrorTargetEntry A pair of a navigation target for handling exceptions and the exception type handled by the navigation target.
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.
ServletVerifier Verify the servlet version on container initialization.
-
Exception Summary Exception Description DuplicateNavigationTitleException Exception indicating a conflict between a route target implementing
HasDynamicTitle
while also having aPageTitle
annotation.