Uses of Interface
org.jboss.weld.context.RequestContext
-
-
Uses of RequestContext in org.jboss.weld.context.bound
Subinterfaces of RequestContext in org.jboss.weld.context.bound Modifier and Type Interface Description interfaceBoundRequestContextA request context which can be bound to any Map. -
Uses of RequestContext in org.jboss.weld.context.ejb
Subinterfaces of RequestContext in org.jboss.weld.context.ejb Modifier and Type Interface Description interfaceEjbRequestContextA request context which can be bound to theInvocationContext. -
Uses of RequestContext in org.jboss.weld.context.http
Subinterfaces of RequestContext in org.jboss.weld.context.http Modifier and Type Interface Description interfaceHttpRequestContextA request context which can be bound to theServletRequest. -
Uses of RequestContext in org.jboss.weld.contexts.activator
Fields in org.jboss.weld.contexts.activator declared as RequestContext Modifier and Type Field Description protected RequestContextAbstractActivateRequestContextInterceptor. requestContextConstructors in org.jboss.weld.contexts.activator with parameters of type RequestContext Constructor Description AbstractActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)ActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)CdiRequestContextActivatorInterceptor(RequestContext requestContext, BeanManagerImpl beanManager) -
Uses of RequestContext in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement RequestContext Modifier and Type Class Description classBoundRequestContextImpl -
Uses of RequestContext in org.jboss.weld.contexts.unbound
Classes in org.jboss.weld.contexts.unbound that implement RequestContext Modifier and Type Class Description classRequestContextImpl
-