| Package | Description |
|---|---|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling 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 |
|---|---|
void |
RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext configuration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutingContext
Jersey request matching and routing context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriRoutingContext
Default implementation of the routing context as well as URI information provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceMethodInvoker
Server-side request-response
inflector for invoking methods
of annotation-based resource classes. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.