| Package | Description |
|---|---|
| javax.enterprise.context | |
| javax.enterprise.context.control | |
| javax.enterprise.inject |
| Class and Description |
|---|
| ApplicationScoped.Literal |
| BeforeDestroyed.Literal |
| ContextException
Base class for all CDI problems related to
Contexts. |
| ConversationScoped.Literal |
| Dependent.Literal |
| Destroyed.Literal |
| Initialized.Literal |
| NormalScope
Defines CDI scopes which have a well-defined lifecycle.
|
| RequestScoped.Literal |
| SessionScoped.Literal |
| Class and Description |
|---|
| ContextNotActiveException
This Exception is thrown if
Context.get(javax.enterprise.context.spi.Contextual) or
Context.get(javax.enterprise.context.spi.Contextual, javax.enterprise.context.spi.CreationalContext)
is called on a Context which is not 'active' in respect to the current thread. |
| Class and Description |
|---|
| RequestScoped
Defines the request scope.
|
Copyright © 2025. All rights reserved.