Uses of Package
javax.enterprise.context
-
Packages that use javax.enterprise.context Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.javax.enterprise.context.control javax.enterprise.inject -
Classes in javax.enterprise.context used by javax.enterprise.context Class Description ApplicationScoped.Literal Supports inline instantiation of theApplicationScoped
annotation.BeforeDestroyed.Literal Supports inline instantiation of theBeforeDestroyed
qualifier.ContextException Indicates a problem relating to context management.ConversationScoped.Literal Supports inline instantiation of theConversationScoped
annotation.Dependent.Literal Supports inline instantiation of theDependent
annotation.Destroyed.Literal Supports inline instantiation of theDestroyed
qualifier.Initialized.Literal Supports inline instantiation of theInitialized
qualifier.NormalScope Specifies that an annotation type is a normal scope type.RequestScoped.Literal Supports inline instantiation of theRequestScoped
annotation.SessionScoped.Literal Supports inline instantiation of theSessionScoped
annotation. -
Classes in javax.enterprise.context used by javax.enterprise.context.control Class Description ContextNotActiveException Indicates that a context is not active. -
Classes in javax.enterprise.context used by javax.enterprise.inject Class Description RequestScoped Specifies that a bean is request scoped.