Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractContext - Class in com.vaadin.quarkus.context
-
A modified copy of org.apache.deltaspike.core.util.context.AbstractContext.
- AbstractContext() - Constructor for class com.vaadin.quarkus.context.AbstractContext
- AnyLiteral - Class in com.vaadin.quarkus
-
Literal for the
Anyannotation. - AnyLiteral() - Constructor for class com.vaadin.quarkus.AnyLiteral
- AtmosphereDeferredInitializer - Class in com.vaadin.quarkus.graal
-
Defers the initialization of executors at runtime to prevent failures during native build.
- AtmosphereDeferredInitializer() - Constructor for class com.vaadin.quarkus.graal.AtmosphereDeferredInitializer
- AtmosphereDeferredInitializerRecorder - Class in com.vaadin.quarkus.graal
-
Initializes the Atmosphere framework at RUNTIME_INIT phase.
- AtmosphereDeferredInitializerRecorder() - Constructor for class com.vaadin.quarkus.graal.AtmosphereDeferredInitializerRecorder
- AtmosphereServletConfig - Class in com.vaadin.quarkus.graal
-
A
ServletConfigwrapper that forces the usage ofDelayedInitBroadcasterto prevent executors to be started during static init in a native build. - AtmosphereServletConfig(ServletConfig) - Constructor for class com.vaadin.quarkus.graal.AtmosphereServletConfig
B
- BeanProvider - Class in com.vaadin.quarkus.context
-
A modified copy of org.apache.deltaspike.core.api.provider.BeanProvider.
C
- checkActive() - Method in class com.vaadin.quarkus.context.AbstractContext
-
Make sure that the Context is really active.
- com.vaadin.quarkus - package com.vaadin.quarkus
- com.vaadin.quarkus.annotation - package com.vaadin.quarkus.annotation
- com.vaadin.quarkus.context - package com.vaadin.quarkus.context
- com.vaadin.quarkus.graal - package com.vaadin.quarkus.graal
- ContextualInstanceInfo<T> - Class in com.vaadin.quarkus.context
-
A copy of org.apache.deltaspike.core.util.context.ContextualInstanceInfo.
- ContextualInstanceInfo() - Constructor for class com.vaadin.quarkus.context.ContextualInstanceInfo
- ContextualStorage - Class in com.vaadin.quarkus.context
-
This Storage holds all information needed for storing Contextual Instances in a Context.
- ContextualStorage(boolean) - Constructor for class com.vaadin.quarkus.context.ContextualStorage
-
Creates a new instance of storage.
- ContextualStorageManager() - Constructor for class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
- ContextualStorageManager() - Constructor for class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
- ContextualStorageManager() - Constructor for class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
- ContextUtils - Class in com.vaadin.quarkus.context
-
A modified copy of org.apache.deltaspike.core.util.ContextUtils.
- createBroadcasterConfig(AtmosphereConfig) - Method in class com.vaadin.quarkus.graal.DelayedInitBroadcaster
- createComponent(Class<T>) - Method in class com.vaadin.quarkus.QuarkusInstantiator
- createContextualInstance(Contextual<T>, CreationalContext<T>) - Method in class com.vaadin.quarkus.context.ContextualStorage
- createDefaultExecutor() - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
- createInstantitor(VaadinService) - Method in class com.vaadin.quarkus.QuarkusInstantiatorFactory
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.quarkus.QuarkusVaadinServlet
- createWebSocketHandler(RuntimeValue<WebSocketDeploymentInfo>, RuntimeValue<ServerWebSocketContainer>, DeploymentManager) - Method in class com.vaadin.quarkus.WebsocketHttpSessionAttachRecorder
-
Gets an adapted version of VertxWebSocketHandler that attaches upgrade request HTTP session to the Undertow WebSocket HttpExchange.
D
- DelayedInitBroadcaster - Class in com.vaadin.quarkus.graal
-
A broadcaster implementation that postpone schedulers initialization.
- DelayedInitBroadcaster() - Constructor for class com.vaadin.quarkus.graal.DelayedInitBroadcaster
- DelayedSchedulerExecutorsFactory - Class in com.vaadin.quarkus.graal
-
A replacement for
ExecutorsFactory.getScheduler(AtmosphereConfig)that returns aScheduledExecutorServicethat postpones initialization until it is effectively used. - DelayedSchedulerExecutorsFactory() - Constructor for class com.vaadin.quarkus.graal.DelayedSchedulerExecutorsFactory
- destroy() - Method in class com.vaadin.quarkus.context.AbstractContext
- destroy() - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- destroy() - Method in class com.vaadin.quarkus.context.UIContextWrapper
- destroy() - Method in class com.vaadin.quarkus.context.UIScopedContext
- destroy() - Method in class com.vaadin.quarkus.QuarkusVaadinServlet
- destroy(Contextual<?>) - Method in class com.vaadin.quarkus.context.AbstractContext
-
Destroy the Contextual Instance of the given Bean.
- destroy(Contextual<?>) - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- destroy(Contextual<?>) - Method in class com.vaadin.quarkus.context.UIContextWrapper
- destroy(RouteScopedContext.RouteStorageKey) - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
-
Destroys the contextual storage associated with the given context key.
- destroy(Integer) - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
-
Destroys the contextual storage associated with the given context key.
- destroy(String) - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Destroys the contextual storage associated with the given context key.
- destroyAll() - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
-
Destroys all existing contextual storages.
- destroyAll() - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
-
Destroys all existing contextual storages.
- destroyAll() - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Destroys all existing contextual storages.
- destroyAllActive() - Method in class com.vaadin.quarkus.context.AbstractContext
-
destroys all the Contextual Instances in the Storage returned by
AbstractContext.getContextualStorage(Contextual, boolean). - destroyAllActive(ContextualStorage) - Static method in class com.vaadin.quarkus.context.AbstractContext
-
Destroys all the Contextual Instances in the specified ContextualStorage.
- destroyBean(Contextual, ContextualInstanceInfo<?>) - Static method in class com.vaadin.quarkus.context.AbstractContext
E
- EnableWebsockets - Class in com.vaadin.quarkus
-
Only purpose of this class is to automatically enable quarkus WebSocket deployment, in order to make Atmosphere JSR365Endpoint work.
- EnableWebsockets() - Constructor for class com.vaadin.quarkus.EnableWebsockets
F
- fireUIInitListeners(UI) - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
G
- get(Contextual<T>) - Method in class com.vaadin.quarkus.context.AbstractContext
- get(Contextual<T>) - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- get(Contextual<T>) - Method in class com.vaadin.quarkus.context.UIContextWrapper
- get(Contextual<T>, CreationalContext<T>) - Method in class com.vaadin.quarkus.context.AbstractContext
- get(Contextual<T>, CreationalContext<T>) - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- get(Contextual<T>, CreationalContext<T>) - Method in class com.vaadin.quarkus.context.UIContextWrapper
- getActiveContextualStorages() - Method in class com.vaadin.quarkus.context.AbstractContext
-
Gets all active contextual storages.
- getActiveContextualStorages() - Method in class com.vaadin.quarkus.context.RouteScopedContext
- getAnnotatedEndpointClasses(Set<Class<?>>) - Method in class com.vaadin.quarkus.EnableWebsockets
- getApplicationResource(String) - Method in class com.vaadin.quarkus.QuarkusResourceProvider
- getApplicationResources(String) - Method in class com.vaadin.quarkus.QuarkusResourceProvider
- getBean(Object) - Method in class com.vaadin.quarkus.context.ContextualStorage
-
Restores the Bean from its beanKey.
- getBeanDefinitions(Class<T>, boolean, boolean) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a set of
Beandefinitions by type, regardless of qualifiers. - getBeanDefinitions(Class<T>, boolean, boolean, BeanManager) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a set of
Beandefinitions by type, regardless of qualifiers. - getBeanKey(Contextual<T>) - Method in class com.vaadin.quarkus.context.ContextualStorage
-
If the context is a passivating scope then we return the passivationId of the Bean.
- getBeanManager() - Method in class com.vaadin.quarkus.QuarkusInstantiator
-
Gets the
BeanManagerinstance. - getClientResource(String) - Method in class com.vaadin.quarkus.QuarkusResourceProvider
- getClientResourceAsStream(String) - Method in class com.vaadin.quarkus.QuarkusResourceProvider
- getContextualInstance() - Method in class com.vaadin.quarkus.context.ContextualInstanceInfo
- getContextualReference(BeanManager, Class<T>, boolean, Annotation...) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
BeanProvider.getContextualReference(Class, Annotation...)which returnsnullif the 'optional' parameter is set totrue. - getContextualReference(BeanManager, String, boolean, Class<T>) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(Class<T>, boolean, Annotation...) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
BeanProvider.getContextualReference(Class, Annotation...)which returnsnullif the 'optional' parameter is set totrue. - getContextualReference(Class<T>, Bean<T>) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get the Contextual Reference for the given bean.
- getContextualReference(Class<T>, Annotation...) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a Contextual Reference by its type and qualifiers.
- getContextualReference(String) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean, Class<T>) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReferences(Class<T>, boolean) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a list of Contextual References by type, regardless of qualifiers (including dependent scoped beans).
- getContextualReferences(Class<T>, boolean, boolean) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Get a list of Contextual References by type, regardless of the qualifier.
- getContextualStorage(boolean) - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
- getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.quarkus.context.AbstractContext
-
An implementation has to return the underlying storage which contains the items held in the Context.
- getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.quarkus.context.RouteScopedContext
- getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.quarkus.context.UIScopedContext
- getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext
- getContextualStorage(Contextual<?>, boolean) - Method in class com.vaadin.quarkus.context.VaadinSessionScopedContext
- getContextualStorage(RouteScopedContext.RouteStorageKey, boolean) - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
-
Gets the
ContextualStorageassociated with the given contextkey, possibly creating a new instance, if requested and not already existing. - getContextualStorage(Integer, boolean) - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
-
Gets the
ContextualStorageassociated with the given contextkey, possibly creating a new instance, if requested and not already existing. - getContextualStorage(String, boolean) - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Gets the
ContextualStorageassociated with the given contextkey, possibly creating a new instance, if requested and not already existing. - getCreationalContext() - Method in class com.vaadin.quarkus.context.ContextualInstanceInfo
- getCurrentServletName() - Static method in class com.vaadin.quarkus.QuarkusVaadinServlet
-
Name of the Vaadin servlet for the current thread.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in class com.vaadin.quarkus.EnableWebsockets
- getI18NProvider() - Method in class com.vaadin.quarkus.QuarkusInstantiator
- getInitParameter(String) - Method in class com.vaadin.quarkus.graal.AtmosphereServletConfig
- getInitParameterNames() - Method in class com.vaadin.quarkus.graal.AtmosphereServletConfig
- getKeySet() - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
-
Gets context keys of all registered contextual storages.
- getKeySet() - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
-
Gets context keys of all registered contextual storages.
- getKeySet() - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Gets context keys of all registered contextual storages.
- getMenuAccessControl() - Method in class com.vaadin.quarkus.QuarkusInstantiator
- getOrCreate(Class<T>) - Method in class com.vaadin.quarkus.QuarkusInstantiator
- getScheduler(AtmosphereConfig) - Static method in class com.vaadin.quarkus.graal.DelayedSchedulerExecutorsFactory
- getScope() - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- getScope() - Method in class com.vaadin.quarkus.context.RouteScopedContext
- getScope() - Method in class com.vaadin.quarkus.context.UIContextWrapper
- getScope() - Method in class com.vaadin.quarkus.context.UIScopedContext
- getScope() - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext
- getScope() - Method in class com.vaadin.quarkus.context.VaadinSessionScopedContext
- getServiceClass() - Method in class com.vaadin.quarkus.QuarkusInstantiatorFactory
-
Gets the service class that this instantiator factory is supposed to work with.
- getServiceInitListeners() - Method in class com.vaadin.quarkus.QuarkusInstantiator
- getServlet() - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
- getServletContext() - Method in class com.vaadin.quarkus.graal.AtmosphereServletConfig
- getServletName() - Method in class com.vaadin.quarkus.graal.AtmosphereServletConfig
- getState() - Method in class com.vaadin.quarkus.context.AbstractContext
- getState() - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- getState() - Method in class com.vaadin.quarkus.context.UIContextWrapper
- getState() - Method in class com.vaadin.quarkus.context.UIScopedContext
- getStorage() - Method in class com.vaadin.quarkus.context.ContextualStorage
I
- init() - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
- init(ServletConfig) - Method in class com.vaadin.quarkus.QuarkusVaadinServlet
- initAtmosphere(DeploymentManager) - Method in class com.vaadin.quarkus.graal.AtmosphereDeferredInitializerRecorder
- injectFields(T) - Static method in class com.vaadin.quarkus.context.BeanProvider
-
Performs dependency injection on an instance.
- INSTANCE - Static variable in class com.vaadin.quarkus.annotation.VaadinServiceEnabled.Literal
-
Singleton instance of the
Literalclass, which allows inline instantiation of theVaadinServiceEnabledannotation. - isActive() - Method in class com.vaadin.quarkus.context.RouteContextWrapper
- isActive() - Method in class com.vaadin.quarkus.context.RouteScopedContext
- isActive() - Method in class com.vaadin.quarkus.context.UIContextWrapper
- isActive() - Method in class com.vaadin.quarkus.context.UIScopedContext
- isActive() - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext
- isActive() - Method in class com.vaadin.quarkus.context.VaadinSessionScopedContext
- isConcurrent() - Method in class com.vaadin.quarkus.context.ContextualStorage
- isContextActive(Class<? extends Annotation>) - Static method in class com.vaadin.quarkus.context.ContextUtils
-
Checks if the context for the given scope annotation is active.
- isContextActive(Class<? extends Annotation>, BeanManager) - Static method in class com.vaadin.quarkus.context.ContextUtils
-
Checks if the context for the given scope annotation is active.
L
- Literal() - Constructor for class com.vaadin.quarkus.annotation.VaadinServiceEnabled.Literal
- loadInstantiators() - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
- lookup(Class<T>) - Method in class com.vaadin.quarkus.QuarkusVaadinServletService
-
Gets an instance of a
@VaadinServiceEnabledannotated bean of the giventype.
N
- newContextualStorage(RouteScopedContext.RouteStorageKey) - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
- newContextualStorage(Integer) - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
- newContextualStorage(String) - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Creates a new
ContextualStoragefor the given context key. - NormalRouteScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a NormalRouteScoped bean is controlled by route navigation.
- NormalUIScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a UIScoped component is bound to a browser tab.
Q
- QuarkusInstantiator - Class in com.vaadin.quarkus
-
Instantiator implementation for Quarkus.
- QuarkusInstantiator(DefaultInstantiator, BeanManager) - Constructor for class com.vaadin.quarkus.QuarkusInstantiator
- QuarkusInstantiatorFactory - Class in com.vaadin.quarkus
-
Instantiator factory implementation based on Quarkus DI feature.
- QuarkusInstantiatorFactory() - Constructor for class com.vaadin.quarkus.QuarkusInstantiatorFactory
- QuarkusResourceProvider - Class in com.vaadin.quarkus
-
A
ResourceProviderimplementation that delegates resource loading to current thread context ClassLoader. - QuarkusResourceProvider() - Constructor for class com.vaadin.quarkus.QuarkusResourceProvider
- QuarkusVaadinServlet - Class in com.vaadin.quarkus
-
Servlet to create
QuarkusVaadinServletService. - QuarkusVaadinServlet() - Constructor for class com.vaadin.quarkus.QuarkusVaadinServlet
- QuarkusVaadinServletService - Class in com.vaadin.quarkus
-
An implementation of
VaadinServicefor Quarkus environment. - QuarkusVaadinServletService(QuarkusVaadinServlet, DeploymentConfiguration, BeanManager) - Constructor for class com.vaadin.quarkus.QuarkusVaadinServletService
R
- register(ServletConfig, AtmosphereFramework) - Static method in class com.vaadin.quarkus.graal.AtmosphereDeferredInitializer
-
Takes a reference to an Atmosphere instance to defer the initialization of Atmosphere at RUNTIME_INIT phase.
- relocate(RouteScopedContext.RouteStorageKey, RouteScopedContext.RouteStorageKey) - Method in class com.vaadin.quarkus.context.RouteScopedContext.ContextualStorageManager
-
Changes the context key for a contextual storage.
- relocate(Integer, Integer) - Method in class com.vaadin.quarkus.context.UIScopedContext.ContextualStorageManager
-
Changes the context key for a contextual storage.
- relocate(String, String) - Method in class com.vaadin.quarkus.context.VaadinServiceScopedContext.ContextualStorageManager
-
Changes the context key for a contextual storage.
- RouteContextWrapper - Class in com.vaadin.quarkus.context
-
Used to bind multiple scope annotations to a single context.
- RouteContextWrapper() - Constructor for class com.vaadin.quarkus.context.RouteContextWrapper
- RouteScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a RouteScoped component is controlled by route navigation.
- RouteScopedContext - Class in com.vaadin.quarkus.context
-
Context for
NormalRouteScopedbeans. - RouteScopedContext() - Constructor for class com.vaadin.quarkus.context.RouteScopedContext
- RouteScopedContext.ContextualStorageManager - Class in com.vaadin.quarkus.context
- RouteScopeOwner - Annotation Interface in com.vaadin.quarkus.annotation
-
Link a
@NormalRouteScopedbean to its owner.
S
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.quarkus.QuarkusVaadinServlet
- setContextualInstance(T) - Method in class com.vaadin.quarkus.context.ContextualInstanceInfo
- setCreationalContext(CreationalContext<T>) - Method in class com.vaadin.quarkus.context.ContextualInstanceInfo
- spawnReactor() - Method in class com.vaadin.quarkus.graal.DelayedInitBroadcaster
- start() - Method in class com.vaadin.quarkus.graal.DelayedInitBroadcaster
U
- UIContextWrapper - Class in com.vaadin.quarkus.context
-
Used to bind multiple scope annotations to a single context.
- UIContextWrapper() - Constructor for class com.vaadin.quarkus.context.UIContextWrapper
- UIScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a UIScoped component is bound to a browser tab.
- UIScopedContext - Class in com.vaadin.quarkus.context
-
UIScopedContext is the context for
@NormalUIScopedbeans. - UIScopedContext() - Constructor for class com.vaadin.quarkus.context.UIScopedContext
- UIScopedContext.ContextualStorageManager - Class in com.vaadin.quarkus.context
V
- VaadinServiceEnabled - Annotation Interface in com.vaadin.quarkus.annotation
-
Qualifier to mark Vaadin service implementations.
- VaadinServiceEnabled.Literal - Class in com.vaadin.quarkus.annotation
-
Supports inline instantiation of the
VaadinServiceEnabledannotation. - VaadinServiceScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a VaadinServiceScoped bean is bound to a
VaadinService. - VaadinServiceScopedContext - Class in com.vaadin.quarkus.context
-
Context for
@VaadinServiceScopedbeans. - VaadinServiceScopedContext() - Constructor for class com.vaadin.quarkus.context.VaadinServiceScopedContext
- VaadinServiceScopedContext.ContextualStorageManager - Class in com.vaadin.quarkus.context
- VaadinSessionScoped - Annotation Interface in com.vaadin.quarkus.annotation
-
The lifecycle of a VaadinSessionScoped bean is bound to a
VaadinSession. - VaadinSessionScopedContext - Class in com.vaadin.quarkus.context
-
Context for
@VaadinSessionScopedbeans. - VaadinSessionScopedContext() - Constructor for class com.vaadin.quarkus.context.VaadinSessionScopedContext
- value() - Element in annotation interface com.vaadin.quarkus.annotation.RouteScopeOwner
-
Owner class of the qualified
@NormalRouteScopedbean.
W
- WebsocketHttpSessionAttachRecorder - Class in com.vaadin.quarkus
- WebsocketHttpSessionAttachRecorder() - Constructor for class com.vaadin.quarkus.WebsocketHttpSessionAttachRecorder
All Classes and Interfaces|All Packages|Serialized Form