Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
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 | Class and Description |
---|---|
class |
ResourceMethodInvoker
Server-side request-response
inflector for invoking methods
of annotation-based resource classes. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.