Uses of Interface
org.jboss.weld.context.BoundContext
-
Packages that use BoundContext Package Description org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http org.jboss.weld.contexts org.jboss.weld.contexts.bound -
-
Uses of BoundContext in org.jboss.weld.context.bound
Subinterfaces of BoundContext 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 BoundContext in org.jboss.weld.context.ejb
Subinterfaces of BoundContext in org.jboss.weld.context.ejb Modifier and Type Interface Description interfaceEjbRequestContextA request context which can be bound to theInvocationContext. -
Uses of BoundContext in org.jboss.weld.context.http
Subinterfaces of BoundContext 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. -
Uses of BoundContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement BoundContext Modifier and Type Class Description classAbstractBoundContext<S>Base class for contexts using a thread local to store a bound bean contextclassAbstractConversationContext<R,S>The base of the conversation context, which can use a variety of storage forms -
Uses of BoundContext in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement BoundContext Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl
-