Interface | Description |
---|---|
NavigationTargetFilter |
A filter that can prevent specific navigation targets from being registered.
|
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 a Vaadin servlet.
|
ServletVerifier |
Verify the servlet version on container initialization.
|
Exception | Description |
---|---|
DuplicateNavigationTitleException |
Exception indicating a conflict between a route target implementing
HasDynamicTitle while also having a PageTitle annotation. |
Copyright © 2023. All rights reserved.