All Classes and Interfaces

Class
Description
 
A skeleton containing the most important parts of a custom CDI Context.
 
This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application.
This class contains utility methods for resolution of contextual references in situations where no injection is available because the current class is not managed by the CDI Container.
This is a @Stereotype to let the container scan and manage the instances of the annotated types.
Default CDI instantiator.
Default CDI instantiator factory.
Container initializer that automatically registers a CDI Vaadin servlet.
Servlet to create CdiVaadinServletService.
Servlet service implementation for Vaadin CDI.
This class implements the actual instantiation and event brokering functionality of CdiVaadinServletService.
 
This data holder contains all necessary data you need to store a Contextual Instance in a CDI Context.
This Storage holds all information needed for storing Contextual Instances in a Context.
A set of utility methods for working with contexts.
Used to bind multiple scope annotations to a single context.
A Provider for @Dependent scoped contextual instances.
The lifecycle of a NormalRouteScoped bean is controlled by route navigation.
The lifecycle of a UIScoped component is bound to a browser tab.
Helper for proxies
The lifecycle of a RouteScoped component is controlled by route navigation.
Context for @RouteScoped beans.
 
Link a @RouteScoped, or @NormalRouteScoped bean to its owner.
The lifecycle of a UIScoped component is bound to a browser tab.
UIScopedContext is the context for @UIScoped beans.
 
CDI Extension needed to register Vaadin scopes to the runtime.
Qualifier to mark Vaadin service implementations.
The lifecycle of a VaadinServiceScoped bean is bound to a VaadinService.
Context for @VaadinServiceScoped beans.
 
The lifecycle of a VaadinSessionScoped bean is bound to a VaadinSession.
Context for @VaadinSessionScoped beans.