A C D F G I L N O R S U V 
All Classes All Packages

A

AbstractCdiInstantiator - Class in com.vaadin.cdi
 
AbstractCdiInstantiator() - Constructor for class com.vaadin.cdi.AbstractCdiInstantiator
 
addUIListeners(UI) - Method in class com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
 

C

CdiInstantiator - Class in com.vaadin.cdi
Default CDI instantiator.
CdiInstantiator() - Constructor for class com.vaadin.cdi.CdiInstantiator
 
CdiServletDeployer - Class in com.vaadin.cdi
Container initializer that automatically registers a CDI Vaadin servlet.
CdiServletDeployer() - Constructor for class com.vaadin.cdi.CdiServletDeployer
 
CdiVaadinServiceDelegate(VaadinService, BeanManager) - Constructor for class com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
 
CdiVaadinServlet - Class in com.vaadin.cdi
Servlet to create CdiVaadinServletService.
CdiVaadinServlet() - Constructor for class com.vaadin.cdi.CdiVaadinServlet
 
CdiVaadinServletService - Class in com.vaadin.cdi
Servlet service implementation for Vaadin CDI.
CdiVaadinServletService(CdiVaadinServlet, DeploymentConfiguration, BeanManager) - Constructor for class com.vaadin.cdi.CdiVaadinServletService
 
CdiVaadinServletService.CdiVaadinServiceDelegate - Class in com.vaadin.cdi
This class implements the actual instantiation and event brokering functionality of CdiVaadinServletService.
com.vaadin.cdi - package com.vaadin.cdi
 
com.vaadin.cdi.annotation - package com.vaadin.cdi.annotation
 
com.vaadin.cdi.context - package com.vaadin.cdi.context
 
ContextualStorageManager() - Constructor for class com.vaadin.cdi.context.RouteScopedContext.ContextualStorageManager
 
ContextualStorageManager() - Constructor for class com.vaadin.cdi.context.UIScopedContext.ContextualStorageManager
 
ContextualStorageManager() - Constructor for class com.vaadin.cdi.context.VaadinServiceScopedContext.ContextualStorageManager
 
ContextWrapper - Class in com.vaadin.cdi.context
Used to bind multiple scope annotations to a single context.
ContextWrapper(AbstractContext, Class<? extends Annotation>) - Constructor for class com.vaadin.cdi.context.ContextWrapper
 
createComponent(Class<T>) - Method in class com.vaadin.cdi.CdiInstantiator
 
createServletService(DeploymentConfiguration) - Method in class com.vaadin.cdi.CdiVaadinServlet
 

D

destroy(VaadinSession) - Static method in class com.vaadin.cdi.context.VaadinSessionScopedContext
 
destroy(Contextual<?>) - Method in class com.vaadin.cdi.context.ContextWrapper
 

F

fireUIInitListeners(UI) - Method in class com.vaadin.cdi.CdiVaadinServletService
 

G

get(Contextual<T>) - Method in class com.vaadin.cdi.context.ContextWrapper
 
get(Contextual<T>, CreationalContext<T>) - Method in class com.vaadin.cdi.context.ContextWrapper
 
getActiveContextualStorages() - Method in class com.vaadin.cdi.context.RouteScopedContext
 
getBeanManager() - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
getBeanManager() - Method in class com.vaadin.cdi.CdiInstantiator
 
getBeanManager() - Method in class com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
 
getContextualStorage(boolean) - Method in class com.vaadin.cdi.context.UIScopedContext.ContextualStorageManager
 
getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.cdi.context.RouteScopedContext
 
getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.cdi.context.UIScopedContext
 
getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.cdi.context.VaadinServiceScopedContext
 
getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.cdi.context.VaadinSessionScopedContext
 
getCurrentServletName() - Static method in class com.vaadin.cdi.CdiVaadinServlet
Name of the Vaadin servlet for the current thread.
getI18NProvider() - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
getOrCreate(Class<T>) - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
getScope() - Method in class com.vaadin.cdi.context.ContextWrapper
 
getScope() - Method in class com.vaadin.cdi.context.RouteScopedContext
 
getScope() - Method in class com.vaadin.cdi.context.UIScopedContext
 
getScope() - Method in class com.vaadin.cdi.context.VaadinServiceScopedContext
 
getScope() - Method in class com.vaadin.cdi.context.VaadinSessionScopedContext
 
getServiceClass() - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
getServiceClass() - Method in class com.vaadin.cdi.CdiInstantiator
 
getServiceInitListeners() - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
getServlet() - Method in class com.vaadin.cdi.CdiVaadinServletService
 
guessContextIsUndeployed() - Static method in class com.vaadin.cdi.context.VaadinSessionScopedContext
Guess whether this context is undeployed.

I

init() - Method in class com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
 
init() - Method in class com.vaadin.cdi.CdiVaadinServletService
 
init(VaadinService) - Method in class com.vaadin.cdi.AbstractCdiInstantiator
 
init(BeanManager) - Method in class com.vaadin.cdi.context.UIScopedContext
 
init(BeanManager) - Method in class com.vaadin.cdi.context.VaadinServiceScopedContext
 
init(BeanManager, Supplier<Boolean>) - Method in class com.vaadin.cdi.context.RouteScopedContext
 
init(ServletConfig) - Method in class com.vaadin.cdi.CdiVaadinServlet
 
isActive() - Method in class com.vaadin.cdi.context.ContextWrapper
 
isActive() - Method in class com.vaadin.cdi.context.RouteScopedContext
 
isActive() - Method in class com.vaadin.cdi.context.UIScopedContext
 
isActive() - Method in class com.vaadin.cdi.context.VaadinServiceScopedContext
 
isActive() - Method in class com.vaadin.cdi.context.VaadinSessionScopedContext
 

L

loadInstantiators() - Method in class com.vaadin.cdi.CdiVaadinServletService
 
lookup(Class<T>) - Method in class com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
 

N

newContextualStorage(RouteScopedContext.RouteStorageKey) - Method in class com.vaadin.cdi.context.RouteScopedContext.ContextualStorageManager
 
newContextualStorage(Integer) - Method in class com.vaadin.cdi.context.UIScopedContext.ContextualStorageManager
 
NormalRouteScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a NormalRouteScoped bean is controlled by route navigation.
NormalUIScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a UIScoped component is bound to a browser tab.

O

onStartup(Set<Class<?>>, ServletContext) - Method in class com.vaadin.cdi.CdiServletDeployer
 

R

RouteScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a RouteScoped component is controlled by route navigation.
RouteScopedContext - Class in com.vaadin.cdi.context
Context for @RouteScoped beans.
RouteScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.context.RouteScopedContext
 
RouteScopedContext.ContextualStorageManager - Class in com.vaadin.cdi.context
 
RouteScopeOwner - Annotation Type in com.vaadin.cdi.annotation
Link a @RouteScoped, or @NormalRouteScoped bean to its owner.

S

service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.cdi.CdiVaadinServlet
 

U

UIScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a UIScoped component is bound to a browser tab.
UIScopedContext - Class in com.vaadin.cdi.context
UIScopedContext is the context for @UIScoped beans.
UIScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.context.UIScopedContext
 
UIScopedContext.ContextualStorageManager - Class in com.vaadin.cdi.context
 

V

VaadinExtension - Class in com.vaadin.cdi
CDI Extension needed to register Vaadin scopes to the runtime.
VaadinExtension() - Constructor for class com.vaadin.cdi.VaadinExtension
 
VaadinServiceEnabled - Annotation Type in com.vaadin.cdi.annotation
Qualifier to mark Vaadin service implementations.
VaadinServiceScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a VaadinServiceScoped bean is bound to a VaadinService.
VaadinServiceScopedContext - Class in com.vaadin.cdi.context
Context for @VaadinServiceScoped beans.
VaadinServiceScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.context.VaadinServiceScopedContext
 
VaadinServiceScopedContext.ContextualStorageManager - Class in com.vaadin.cdi.context
 
VaadinSessionScoped - Annotation Type in com.vaadin.cdi.annotation
The lifecycle of a VaadinSessionScoped bean is bound to a VaadinSession.
VaadinSessionScopedContext - Class in com.vaadin.cdi.context
Context for @VaadinSessionScoped beans.
VaadinSessionScopedContext(BeanManager) - Constructor for class com.vaadin.cdi.context.VaadinSessionScopedContext
 
value() - Method in annotation type com.vaadin.cdi.annotation.RouteScopeOwner
Owner class of the qualified @RouteScoped, or @NormalRouteScoped bean.
A C D F G I L N O R S U V 
All Classes All Packages