| Package | Description |
|---|---|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| jakarta.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.client.http | |
| org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.filter.internal |
Server filter internal classes.
|
| org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| 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 |
Expect100ContinueFeature.configure(FeatureContext configurableContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingFeatureAutoDiscoverable.configure(FeatureContext context) |
boolean |
LoggingFeature.configure(FeatureContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonConfig
Common immutable
Configuration implementation for
server and client. |
class |
FeatureContextWrapper
Wrapper of
FeatureContext that can supply instance of
injection manager. |
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureContext |
FeatureContextWrapper.property(String name,
Object value) |
FeatureContext |
FeatureContextWrapper.register(Class<?> componentClass) |
FeatureContext |
FeatureContextWrapper.register(Class<?> componentClass,
Class<?>... contracts) |
FeatureContext |
FeatureContextWrapper.register(Class<?> componentClass,
int priority) |
FeatureContext |
FeatureContextWrapper.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts) |
FeatureContext |
FeatureContextWrapper.register(Object component) |
FeatureContext |
FeatureContextWrapper.register(Object component,
Class<?>... contracts) |
FeatureContext |
FeatureContextWrapper.register(Object component,
int priority) |
FeatureContext |
FeatureContextWrapper.register(Object component,
Map<Class<?>,Integer> contracts) |
| Constructor and Description |
|---|
FeatureContextWrapper(FeatureContext context,
org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Create a new instance of wrapper.
|
| 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 |
|---|---|
boolean |
WadlFeature.configure(FeatureContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WadlAutoDiscoverable.configure(FeatureContext context) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.