|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpContext | |
---|---|
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. |
com.sun.ws.rest.spi.uri.rules |
Uses of HttpContext in com.sun.ws.rest.spi.container |
---|
Methods in com.sun.ws.rest.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.ws.rest.spi.dispatch |
---|
Methods in com.sun.ws.rest.spi.dispatch with parameters of type HttpContext | |
---|---|
void |
RequestDispatcher.dispatch(java.lang.Object resource,
HttpContext context)
|
Uses of HttpContext in com.sun.ws.rest.spi.resource |
---|
Methods in com.sun.ws.rest.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. |
Uses of HttpContext in com.sun.ws.rest.spi.uri.rules |
---|
Subinterfaces of HttpContext in com.sun.ws.rest.spi.uri.rules | |
---|---|
interface |
UriRuleContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |