Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Method and Description |
---|---|
Request |
ContainerRequestContext.getRequest()
Get the injectable request information.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerRequest
Jersey container request context.
|
Modifier and Type | Method and Description |
---|---|
Request |
ContainerRequest.getRequest() |
Modifier and Type | Method and Description |
---|---|
Inflector<Request,T> |
Inflecting.getInflector()
Get the inflector.
|
Modifier and Type | Method and Description |
---|---|
static <T> Invocable |
Invocable.create(Inflector<Request,T> inflector)
Create a new resource method invocable model backed by an inflector instance.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.