|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequestContext | |
---|---|
com.sun.ws.rest.api.core | Low-level interfaces and annotations used to create RESTful service resources. |
com.sun.ws.rest.spi.container | Classes that define the contract that a container adaptor must implement in order to host API classes. |
com.sun.ws.rest.spi.dispatch | |
com.sun.ws.rest.spi.resource | Classes that define the contract for a resource provider. |
Uses of HttpRequestContext in com.sun.ws.rest.api.core |
---|
Methods in com.sun.ws.rest.api.core that return HttpRequestContext | |
---|---|
HttpRequestContext |
HttpContextAccess.getHttpRequestContext()
Get the HTTP request information. |
Uses of HttpRequestContext in com.sun.ws.rest.spi.container |
---|
Subinterfaces of HttpRequestContext in com.sun.ws.rest.spi.container | |
---|---|
interface |
ContainerRequest
The HTTP request context supplied by the container. |
Classes in com.sun.ws.rest.spi.container that implement HttpRequestContext | |
---|---|
class |
AbstractContainerRequest
An abstract implementation of ContainerRequest . |
Uses of HttpRequestContext in com.sun.ws.rest.spi.dispatch |
---|
Methods in com.sun.ws.rest.spi.dispatch with parameters of type HttpRequestContext | |
---|---|
void |
RequestDispatcher.dispatch(java.lang.Object resource,
HttpRequestContext requestContext,
HttpResponseContext responseContext)
|
Uses of HttpRequestContext in com.sun.ws.rest.spi.resource |
---|
Methods in com.sun.ws.rest.spi.resource with parameters of type HttpRequestContext | |
---|---|
java.lang.Object |
ResourceProvider.getInstance(ComponentProvider provider,
HttpRequestContext request)
Called to obtain an instance of a resource class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |