| 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.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.filter |
Provides core client filters.
|
| org.glassfish.jersey.internal.spi | |
| org.glassfish.jersey.model.internal | |
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.filter.internal | |
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.wadl | |
| org.glassfish.jersey.server.wadl.internal |
| 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 |
|---|---|
boolean |
CustomProvidersFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EncodingFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoDiscoverable.configure(FeatureContext context)
A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonConfig
Common immutable
Configuration implementation for
server and client. |
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFiltersAutoDiscoverable.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringAutodiscoverable.configure(FeatureContext context) |
boolean |
MonitoringFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WadlFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WadlAutoDiscoverable.configure(FeatureContext context) |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.