| Class | Description |
|---|---|
| AnnotationUtil |
Utility methods for accessing CDI related annotations.
|
| ContextDeployer | |
| ContextWrapper |
Used to bind multiple scope annotations to a single context.
|
| Conventions | |
| UIContextualStorageManager |
Manage and store ContextualStorage for UI context.
|
| UIScopedContext |
UIScopedContext is the context for @UIScoped beans.
|
| VaadinContextualStorage |
Customized version of ContextualStorage to also handle beans that are not
PassivationCapable.
|
| VaadinExtension |
CDI Extension needed to register the @CDIUI scope to the runtime.
|
| VaadinSessionScopedContext |
Context for
VaadinSessionScoped. |
| ViewContextStrategies |
Holder class for ViewContextStrategy implementations.
|
| ViewContextStrategies.CurrentViewState | |
| ViewContextStrategies.EveryNavigation | |
| ViewContextStrategies.ViewName | |
| ViewContextStrategies.ViewNameAndParameters | |
| ViewContextStrategyProvider |
Looks up ViewContextStrategy for view classes.
|
| ViewContextualStorageManager |
Manage and store ContextualStorage for view context.
|
| ViewScopedContext |
ViewScopedContext is the context for @ViewScoped beans.
|
| Exception | Description |
|---|---|
| InconsistentDeploymentException |
Thrown in case the contents of the deployment archive are not consistent:
Multiple VaadinUIs are using the same path e.g.
|
Copyright © 2018 Vaadin Ltd. All Rights Reserved.