| Name | Description | Type | Package | Framework |
| AlterableContext | Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type. | Interface | javax.enterprise.context.spi | Java EE |
| ApplicationScoped | Specifies that a bean is application scoped. | Class | javax.enterprise.context | Java EE |
| BusyConversationException | Indicates that the container has rejected a request because a concurrent request is associated with the same conversation The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking or | Class | javax.enterprise.context | Java EE |
| Context | Provides an operation for obtaining contextual instances with a particular scope of any contextual type. | Interface | javax.enterprise.context.spi | Java EE |
| ContextException | Indicates a problem relating to context management. | Class | javax.enterprise.context | Java EE |
| ContextNotActiveException | Indicates that a context is not active. | Class | javax.enterprise.context | Java EE |
| Contextual | Defines operations to create and destroy contextual instances of a certain type. | Interface | javax.enterprise.context.spi | Java EE |
| Conversation | Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation | Interface | javax.enterprise.context | Java EE |
| ConversationScoped | Specifies that a bean is conversation scoped. | Class | javax.enterprise.context | Java EE |
| CreationalContext | Provides operations that are used by the Contextual implementation during instance creation and destruction. | Interface | javax.enterprise.context.spi | Java EE |
| Dependent | Specifies that a bean belongs to the dependent pseudo-scope. | Class | javax.enterprise.context | Java EE |
| Destroyed | The @Destroyed qualifier. | Class | javax.enterprise.context | Java EE |
| Initialized | The @Initialized qualifier. | Class | javax.enterprise.context | Java EE |
| NonexistentConversationException | Indicates that the conversation context could not be restored. | Class | javax.enterprise.context | Java EE |
| NormalScope | Specifies that an annotation type is a normal scope type. | Class | javax.enterprise.context | Java EE |
| RequestScoped | Specifies that a bean is request scoped. | Class | javax.enterprise.context | Java EE |
| SessionScoped | Specifies that a bean is session scoped. | Class | javax.enterprise.context | Java EE |
| AlterableContext | Interface | javax.enterprise.context.spi | JBoss Weld | |
| ApplicationScoped | Class | javax.enterprise.context | JBoss Weld | |
| BusyConversationException | Class | javax.enterprise.context | JBoss Weld | |
| Context | Interface | javax.enterprise.context.spi | JBoss Weld | |
| ContextException | Class | javax.enterprise.context | JBoss Weld | |
| ContextNotActiveException | Class | javax.enterprise.context | JBoss Weld | |
| Contextual | Interface | javax.enterprise.context.spi | JBoss Weld | |
| Conversation | Interface | javax.enterprise.context | JBoss Weld | |
| ConversationScoped | Class | javax.enterprise.context | JBoss Weld | |
| CreationalContext | Interface | javax.enterprise.context.spi | JBoss Weld | |
| Dependent | Class | javax.enterprise.context | JBoss Weld | |
| Destroyed | Class | javax.enterprise.context | JBoss Weld | |
| Initialized | Class | javax.enterprise.context | JBoss Weld | |
| NonexistentConversationException | Class | javax.enterprise.context | JBoss Weld | |
| NormalScope | Class | javax.enterprise.context | JBoss Weld | |
| RequestScoped | Class | javax.enterprise.context | JBoss Weld | |
| SessionScoped | Class | javax.enterprise.context | JBoss Weld | |