All Classes and Interfaces

Class
Description
This interceptor binding can be used to activate the request context within a business method invocation.
Annotation literal for ActivateRequestContext
The built in application context, associated with ApplicationScoped.
Qualifier used with all for all of the bound (map backed) contexts Weld offers.
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
A conversation context which can be bound to a pair of Maps encapsulated by BoundRequest.
Annotation literal for Bound
A conversation is used to span multiple requests, however is shorter than a session.
A request context which can be bound to any Map.
A session context which can be bound to any Map.
Represents a contextual instance of a given type.
The built in conversation context is associated with ConversationScoped.
The built in dependent context, associated with Dependent.
Qualifier used with all for all of the EJB contexts Weld offers.
Annotation literal for Ejb
A request context which can be bound to the InvocationContext.
Qualifier used with all for all of the Servlet backed contexts Weld offers.
An Http Session backed conversation context.
Annotation literal for Http
A request context which can be bound to the ServletRequest.
A session context which can be bound to the HttpServletRequest.
Allows to configure a new Interceptor instance.
Lifecycle management for built in contexts.
Provides management operations for conversations, including locking, and expiration management.
An implementation of BoundRequest backed by a pair of maps.
The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
The built in session context is associated with SessionScoped.
The built in singleton context, associated with Singleton.
Qualifier used with all for all of the unbound contexts Weld offers.
Annotation literal for Bound
Represents an enhanced version of AfterBeanDiscovery.
Enriched version of AlterableContext which allows to capture all instances from given context or to set them to previously obtained values.
Represents an enhanced version of BeanConfigurator
An extension to WeldConstruct interface which denotes a client proxy object.
An abstraction allowing access to Bean metadata as well as the contextual instance
Marker interface denoting that the instance is an internal Weld contruct.
Enriched version of Event.
Represents an enhanced version of Instance.
Deprecated.
Represents an enhanced version of InvocationContext.
Builder of Invokers that allows configuring input lookups, input and output transformations, and invoker wrapping.
Weld specific version of InvokerFactory.
The Event.fireAsync(Object, NotificationOptions) method allows to configure the notification of asynchronous observer methods.
 
Represents an enhanced version of ProcessManagedBean.