| Package | Description |
|---|---|
| javax.ws.rs.container |
Container-specific JAX-RS API.
|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.glassfish.jersey |
Common Jersey core classes.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
| org.glassfish.jersey.client.filter |
Provides core client filters.
|
| org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext context)
A callback method called by the JAX-RS runtime during the application
deployment to register provider instances or classes in a
runtime configuration scope of a particular resource or sub-resource method; i.e. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Feature.configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given
runtime configuration scope.
|
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.jersey.internal.inject.InjectionManager |
InjectionManagerProvider.getInjectionManager(FeatureContext featureContext)
Extract and return injection manager from
featureContext. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomProvidersFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpAuthenticationFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EncodingFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LoggingFeature.configure(FeatureContext context) |
void |
LoggingFeatureAutoDiscoverable.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WadlFeature.configure(FeatureContext context) |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.