Uses of Package
org.jboss.weld.context
Packages that use org.jboss.weld.context
Package
Description
-
Classes in org.jboss.weld.context used by org.jboss.weld.contextClassDescriptionLifecycle management for built in contexts.Provides management operations for conversations, including locking, and expiration management.Enriched version of
AlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.boundClassDescriptionAllows a thread-based context to be bound to some external instance storage (such as an HttpSession).The built in conversation context is associated with
ConversationScoped.Lifecycle management for built in contexts.The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.The built in session context is associated withSessionScoped.Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.ejbClassDescriptionAllows a thread-based context to be bound to some external instance storage (such as an HttpSession).Lifecycle management for built in contexts.The built in request context is associated with
RequestScopedand is a managed context which can be activated, invalidated and deactivated.Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Classes in org.jboss.weld.context used by org.jboss.weld.context.httpClassDescriptionAllows a thread-based context to be bound to some external instance storage (such as an HttpSession).The built in conversation context is associated with
ConversationScoped.Lifecycle management for built in contexts.The built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.The built in session context is associated withSessionScoped.Enriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values.