Uses of Interface
org.jboss.weld.context.RequestContext

Packages that use RequestContext
org.jboss.weld.context.bound   
org.jboss.weld.context.ejb   
org.jboss.weld.context.http   
 

Uses of RequestContext in org.jboss.weld.context.bound
 

Subinterfaces of RequestContext in org.jboss.weld.context.bound
 interface BoundRequestContext
           A 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
 interface EjbRequestContext
           A request context which can be bound to the InvocationContext.
 

Uses of RequestContext in org.jboss.weld.context.http
 

Subinterfaces of RequestContext in org.jboss.weld.context.http
 interface HttpRequestContext
           A request context which can be bound to the ServletRequest.
 



Copyright © 2013 Seam Framework. All Rights Reserved.