Uses of Interface
org.jboss.weld.context.BoundContext
Packages that use BoundContext
Package
Description
-
Uses of BoundContext in org.jboss.weld.context.bound
Subinterfaces of BoundContext in org.jboss.weld.context.boundModifier and TypeInterfaceDescriptioninterfaceA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceA request context which can be bound to any Map.interfaceA 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.ejbModifier and TypeInterfaceDescriptioninterfaceA 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.httpModifier and TypeInterfaceDescriptioninterfaceAn Http Session backed conversation context.interfaceA request context which can be bound to theServletRequest.interfaceA session context which can be bound to theHttpServletRequest.