Uses of Interface
com.sun.jersey.api.core.HttpContext

Packages that use HttpContext
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.dispatch Provides support for dispatching the HTTP request to a resource method of a resource class instance. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
com.sun.jersey.spi.resource Provides support for plugable life-cycle declaration and implementation. 
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Uses of HttpContext in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return HttpContext
 HttpContext WebApplication.getThreadLocalHttpContext()
          Get an instance of HttpContext that is a proxy to a thread local instance of HttpContext.
 

Uses of HttpContext in com.sun.jersey.spi.dispatch
 

Methods in com.sun.jersey.spi.dispatch with parameters of type HttpContext
 void RequestDispatcher.dispatch(java.lang.Object resource, HttpContext context)
          Dispatch to the resource method of the resource class instance.
 

Uses of HttpContext in com.sun.jersey.spi.inject
 

Methods in com.sun.jersey.spi.inject with parameters of type HttpContext
 T Injectable.getValue(HttpContext context)
          Get the injectable value.
 T SingletonTypeInjectableProvider.getValue(HttpContext c)
           
 

Uses of HttpContext in com.sun.jersey.spi.resource
 

Methods in com.sun.jersey.spi.resource with parameters of type HttpContext
 java.lang.Object ResourceProvider.getInstance(ComponentProvider provider, HttpContext context)
          Called to obtain an instance of a resource class.
 void ResourceClassInjector.inject(HttpContext c, java.lang.Object o)
          Inject onto an instance of a resource class.
 

Uses of HttpContext in com.sun.jersey.spi.uri.rules
 

Subinterfaces of HttpContext in com.sun.jersey.spi.uri.rules
 interface UriRuleContext
          The context for processing URI rules.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.