| 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.
|
| ApplicationRouteRegistry |
Registry for holding navigation target components found on servlet
initialization.
|
| 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.
|
| DevModeInitializer.VisitedClasses |
The classes that were visited when determining which frontend resources
are actually used.
|
| 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.
|
| RouteRegistryInitializer |
Servlet initializer for collecting all available
Routes 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.
|
| WebComponentConfigurationRegistryInitializer |
Servlet initializer for collecting all classes that extend
WebComponentExporter on startup, creates unique
WebComponentConfiguration instances, and adds them to
WebComponentConfigurationRegistry. |
| WebComponentExporterAwareValidator |
Checks that specific annotations are not configured wrong.
|
| Exception | Description |
|---|---|
| DuplicateNavigationTitleException |
Exception indicating a conflict between a route target implementing
HasDynamicTitle while also having a PageTitle annotation. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.