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

Packages that use HttpContext
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
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.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Uses of HttpContext in com.sun.jersey.api.container.filter
 

Constructors in com.sun.jersey.api.container.filter with parameters of type HttpContext
ResourceDebuggingFilterFactory(HttpContext hc)
           
 

Uses of HttpContext in com.sun.jersey.server.spi.component
 

Methods in com.sun.jersey.server.spi.component with parameters of type HttpContext
 java.lang.Object ResourceComponentConstructor.construct(HttpContext hc)
           
 java.lang.Object ResourceComponentProvider.getInstance(HttpContext hc)
          Get the instance.
 void ResourceComponentInjector.inject(HttpContext c, java.lang.Object o)
          Inject onto an instance of a resource class.
 

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

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.