| Interface | Description |
|---|---|
| ExtendedUriInfo |
Extensions to
UriInfo. |
| HttpContext |
A HttpContext makes it possible for a web resource implementation class to
access and manipulate HTTP request and response information directly.
|
| HttpRequestContext |
An abstraction of a HTTP request.
|
| HttpResponseContext |
An abstraction of a HTTP response.
|
| ResourceConfigurator |
A provider to be utilized when configuration of
ResourceConfig is
required. |
| ResourceContext |
The resource context provides access to instances of resource classes.
|
| Traceable |
Traceable support for checking if tracing is enabled and to add trace
messages.
|
| TraceInformation.TraceHeaderListener |
| Class | Description |
|---|---|
| ApplicationAdapter |
An extension of
DefaultResourceConfig that adapts an instance
of Application. |
| ClassNamesResourceConfig |
A mutable implementation of
DefaultResourceConfig that explicitly
declares for root resource and provider classes. |
| ClasspathResourceConfig |
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in the files and directories
declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH. |
| DefaultResourceConfig |
A mutable implementation of
ResourceConfig that declares
default values for features. |
| PackagesResourceConfig |
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in a given a set of
declared package and in all (if any) sub-packages of those declared packages. |
| ResourceConfig |
The resource configuration for configuring a web application.
|
| ScanningResourceConfig |
A resource configuration that performs scanning to find root resource
and provider classes.
|
| TraceInformation |
| Annotation Type | Description |
|---|---|
| InjectParam |
Used to annotate fields, methods or parameters that shall be injected with
instances obtained from Jersey or registered IoC component provider
factories that provide support for Guice, Spring or CDI.
|
| ParentRef |
Used to annotate fields or parameters that shall be injected with
parent resource class instances or instances obtained from registered
IoC component provider factories (if any).
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.