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 -
-
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.
-