Uses of Interface
org.jboss.weld.context.ManagedContext

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

Uses of ManagedContext in org.jboss.weld.context
 

Subinterfaces of ManagedContext in org.jboss.weld.context
 interface ConversationContext
           The built in conversation context is associated with ConversationScoped.
 interface RequestContext
           The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
 interface SessionContext
           The built in session context is associated with SessionScoped.
 

Uses of ManagedContext in org.jboss.weld.context.bound
 

Subinterfaces of ManagedContext in org.jboss.weld.context.bound
 interface BoundConversationContext
           A conversation context which can be bound to a pair of Maps encapsulated by BoundRequest.
 interface BoundRequestContext
           A request context which can be bound to any Map.
 interface BoundSessionContext
           A session context which can be bound to any Map.
 

Uses of ManagedContext in org.jboss.weld.context.ejb
 

Subinterfaces of ManagedContext in org.jboss.weld.context.ejb
 interface EjbRequestContext
           A request context which can be bound to the InvocationContext.
 

Uses of ManagedContext in org.jboss.weld.context.http
 

Subinterfaces of ManagedContext in org.jboss.weld.context.http
 interface HttpConversationContext
          An Http Session backed conversation context.
 interface HttpRequestContext
           A request context which can be bound to the ServletRequest.
 interface HttpSessionContext
           A session context which can be bound to the HttpServletRequest.
 



Copyright © 2013 Seam Framework. All Rights Reserved.