Uses of Package
jakarta.enterprise.context
-
Packages that use jakarta.enterprise.context Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.context.control jakarta.enterprise.inject -
Classes in jakarta.enterprise.context used by jakarta.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 jakarta.enterprise.context used by jakarta.enterprise.context.control Class Description ContextNotActiveException Indicates that a context is not active. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.inject Class Description RequestScoped Specifies that a bean is request scoped.