| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
ResourceDebuggingFilterFactory(HttpContext hc) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
WebApplication.getThreadLocalHttpContext()
Get an instance of
HttpContext that is a proxy to
a thread local instance of HttpContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.dispatch(java.lang.Object resource,
HttpContext context)
Dispatch to the resource method of the resource class instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UriRuleContext
The context for processing URI rules.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.