Uses of Package
org.jboss.weld.context

Packages that use org.jboss.weld.context
org.jboss.weld.context   
org.jboss.weld.context.bound   
org.jboss.weld.context.ejb   
org.jboss.weld.context.http   
 

Classes in org.jboss.weld.context used by org.jboss.weld.context
ManagedContext
           Lifecycle management for built in contexts.
ManagedConversation
           Provides management operations for conversations, including locking, and expiration management.
 

Classes in org.jboss.weld.context used by org.jboss.weld.context.bound
BoundContext
           Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
ConversationContext
           The built in conversation context is associated with ConversationScoped.
ManagedContext
           Lifecycle management for built in contexts.
RequestContext
           The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
SessionContext
           The built in session context is associated with SessionScoped.
 

Classes in org.jboss.weld.context used by org.jboss.weld.context.ejb
BoundContext
           Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
ManagedContext
           Lifecycle management for built in contexts.
RequestContext
           The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
 

Classes in org.jboss.weld.context used by org.jboss.weld.context.http
BoundContext
           Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
ConversationContext
           The built in conversation context is associated with ConversationScoped.
ManagedContext
           Lifecycle management for built in contexts.
RequestContext
           The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
SessionContext
           The built in session context is associated with SessionScoped.
 



Copyright © 2013 Seam Framework. All Rights Reserved.