| Package | Description | 
|---|---|
| org.jboss.weld.context | |
| org.jboss.weld.context.bound | |
| org.jboss.weld.context.ejb | |
| org.jboss.weld.context.http | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ApplicationContext
 The built in application context, associated with  ApplicationScoped. | 
| interface  | BoundContext<S>
 Allows a thread-based context to be bound to some external instance storage (such as an HttpSession). | 
| interface  | ConversationContext
 The built in conversation context is associated with  ConversationScoped. | 
| interface  | DependentContext
 The built in dependent context, associated with  Dependent. | 
| interface  | ManagedContext
 Lifecycle management for built in contexts. | 
| interface  | RequestContext
 The built in request context is associated with  RequestScopedand is a managed context which can be activated,
 invalidated and deactivated. | 
| interface  | SessionContext
 The built in session context is associated with  SessionScoped. | 
| interface  | SingletonContext
 The built in singleton context, associated with  Singleton. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BoundConversationContext
 A conversation context which can be bound to a pair of Maps encapsulated by  BoundRequest. | 
| interface  | BoundRequestContext
 A request context which can be bound to any Map. | 
| interface  | BoundSessionContext
 A session context which can be bound to any Map. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EjbRequestContext
 A request context which can be bound to the  InvocationContext. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HttpConversationContextAn Http Session backed conversation context. | 
| interface  | HttpRequestContext
 A request context which can be bound to the  ServletRequest. | 
| interface  | HttpSessionContext
 A session context which can be bound to the  HttpServletRequest. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.