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 org.jboss.weld.bean.builtin org.jboss.weld.context org.jboss.weld.contexts org.jboss.weld.contexts.conversation org.jboss.weld.contexts.unbound -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context Class Description ApplicationScoped.Literal Supports inline instantiation of theApplicationScopedannotation.BeforeDestroyed.Literal Supports inline instantiation of theBeforeDestroyedqualifier.ContextException Indicates a problem relating to context management.ConversationScoped.Literal Supports inline instantiation of theConversationScopedannotation.Dependent.Literal Supports inline instantiation of theDependentannotation.Destroyed.Literal Supports inline instantiation of theDestroyedqualifier.Initialized.Literal Supports inline instantiation of theInitializedqualifier.NormalScope Specifies that an annotation type is a normal scope type.RequestScoped.Literal Supports inline instantiation of theRequestScopedannotation.SessionScoped.Literal Supports inline instantiation of theSessionScopedannotation. -
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. -
Classes in jakarta.enterprise.context used by org.jboss.weld.bean.builtin Class Description 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 timeout. -
Classes in jakarta.enterprise.context used by org.jboss.weld.context Class Description 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 timeout. -
Classes in jakarta.enterprise.context used by org.jboss.weld.contexts Class Description BusyConversationException Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.ContextException Indicates a problem relating to context management.ContextNotActiveException Indicates that a context is not active.NonexistentConversationException Indicates that the conversation context could not be restored. -
Classes in jakarta.enterprise.context used by org.jboss.weld.contexts.conversation Class Description 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 timeout. -
Classes in jakarta.enterprise.context used by org.jboss.weld.contexts.unbound Class Description ApplicationScoped Specifies that a bean is application scoped.