- VaadinCDIServlet - Class in com.vaadin.cdi.server
-
- VaadinCDIServlet() - Constructor for class com.vaadin.cdi.server.VaadinCDIServlet
-
- VaadinCDIServletService - Class in com.vaadin.cdi.server
-
Servlet service implementation for Vaadin CDI.
- VaadinCDIServletService(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.cdi.server.VaadinCDIServletService
-
- VaadinCDIServletService.SessionListenerImpl - Class in com.vaadin.cdi.server
-
- VaadinContextualStorage - Class in com.vaadin.cdi.internal
-
Customized version of ContextualStorage to also handle beans that are not
PassivationCapable.
- VaadinContextualStorage(BeanManager) - Constructor for class com.vaadin.cdi.internal.VaadinContextualStorage
-
- VaadinExtension - Class in com.vaadin.cdi.internal
-
CDI Extension needed to register the @CDIUI scope to the runtime.
- VaadinExtension() - Constructor for class com.vaadin.cdi.internal.VaadinExtension
-
- VaadinSessionScoped - Annotation Type in com.vaadin.cdi
-
The lifecycle of a VaadinSessionScoped bean is bound to a VaadinSession.
- VaadinSessionScopedContext - Class in com.vaadin.cdi.internal
-
- VaadinSessionScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.internal.VaadinSessionScopedContext
-
- ViewContextByName - Annotation Type in com.vaadin.cdi.viewcontextstrategy
-
Strategy to hold the context open while view name does not change.
- ViewContextByNameAndParameters - Annotation Type in com.vaadin.cdi.viewcontextstrategy
-
Strategy to hold the context open while view name and view parameters do not
change.
- ViewContextByNavigation - Annotation Type in com.vaadin.cdi.viewcontextstrategy
-
Strategy to release, and create a new context on every navigation regardless
of view name and parameters.
- ViewContextStrategies - Class in com.vaadin.cdi.internal
-
Holder class for ViewContextStrategy implementations.
- ViewContextStrategies() - Constructor for class com.vaadin.cdi.internal.ViewContextStrategies
-
- ViewContextStrategies.CurrentViewState - Class in com.vaadin.cdi.internal
-
- ViewContextStrategies.EveryNavigation - Class in com.vaadin.cdi.internal
-
- ViewContextStrategies.ViewName - Class in com.vaadin.cdi.internal
-
- ViewContextStrategies.ViewNameAndParameters - Class in com.vaadin.cdi.internal
-
- ViewContextStrategy - Interface in com.vaadin.cdi.viewcontextstrategy
-
Decision strategy on whether target navigation state belongs to active view
context.
- ViewContextStrategyProvider - Class in com.vaadin.cdi.internal
-
Looks up ViewContextStrategy for view classes.
- ViewContextStrategyProvider() - Constructor for class com.vaadin.cdi.internal.ViewContextStrategyProvider
-
- ViewContextStrategyQualifier - Annotation Type in com.vaadin.cdi.viewcontextstrategy
-
Annotations which define a strategy to
drive the behavior of the view context have to be annotated with this.
- ViewContextualStorageManager - Class in com.vaadin.cdi.internal
-
Manage and store ContextualStorage for view context.
- ViewContextualStorageManager() - Constructor for class com.vaadin.cdi.internal.ViewContextualStorageManager
-
- ViewName() - Constructor for class com.vaadin.cdi.internal.ViewContextStrategies.ViewName
-
- ViewNameAndParameters() - Constructor for class com.vaadin.cdi.internal.ViewContextStrategies.ViewNameAndParameters
-
- ViewScoped - Annotation Type in com.vaadin.cdi
-
The lifecycle of a ViewScoped component starts when the view is navigated to
and ends when navigating to a different view or when the UI is closed.
- ViewScopedContext - Class in com.vaadin.cdi.internal
-
ViewScopedContext is the context for @ViewScoped beans.
- ViewScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.internal.ViewScopedContext
-