|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceInfo | |
|---|---|
| javax.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. |
| Uses of ResourceInfo in javax.ws.rs.container |
|---|
| Methods in javax.ws.rs.container with parameters of type ResourceInfo | |
|---|---|
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. |
| Uses of ResourceInfo in org.glassfish.jersey.server.filter |
|---|
| Methods in org.glassfish.jersey.server.filter with parameters of type ResourceInfo | |
|---|---|
void |
RolesAllowedDynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext configuration)
|
| Uses of ResourceInfo in org.glassfish.jersey.server.internal.routing |
|---|
| Subinterfaces of ResourceInfo in org.glassfish.jersey.server.internal.routing | |
|---|---|
interface |
RoutingContext
Jersey request matching and routing context. |
| Classes in org.glassfish.jersey.server.internal.routing that implement ResourceInfo | |
|---|---|
class |
UriRoutingContext
Default implementation of the routing context as well as URI information provider. |
| Uses of ResourceInfo in org.glassfish.jersey.server.model |
|---|
| Classes in org.glassfish.jersey.server.model that implement ResourceInfo | |
|---|---|
class |
ResourceMethodInvoker
Server-side request-response inflector for invoking methods
of annotation-based resource classes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||