Uses of Interface
org.jboss.weld.context.ManagedContext
-
Packages that use ManagedContext Package Description 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 Modifier and Type Interface Description interfaceConversationContextThe built in conversation context is associated withConversationScoped.interfaceRequestContextThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceSessionContextThe built in session context is associated withSessionScoped. -
Uses of ManagedContext in org.jboss.weld.context.bound
Subinterfaces of ManagedContext in org.jboss.weld.context.bound Modifier and Type Interface Description interfaceBoundConversationContextA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceBoundRequestContextA request context which can be bound to any Map.interfaceBoundSessionContextA 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 Modifier and Type Interface Description interfaceEjbRequestContextA request context which can be bound to theInvocationContext. -
Uses of ManagedContext in org.jboss.weld.context.http
Subinterfaces of ManagedContext in org.jboss.weld.context.http Modifier and Type Interface Description interfaceHttpConversationContextAn Http Session backed conversation context.interfaceHttpRequestContextA request context which can be bound to theServletRequest.interfaceHttpSessionContextA session context which can be bound to theHttpServletRequest.
-