| Package | Description |
|---|---|
| org.glassfish.jersey.linking.mapping | |
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
| Modifier and Type | Method and Description |
|---|---|
UriTemplate |
ResourceMappingContext.Mapping.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
List<UriTemplate> |
ExtendedUriInfo.getMatchedTemplates()
Get a read-only list of
UriTemplate for matched resources. |
| Modifier and Type | Method and Description |
|---|---|
List<UriTemplate> |
UriRoutingContext.getMatchedTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingContext.pushTemplates(UriTemplate resourceTemplate,
UriTemplate methodTemplate)
Push matched request URI routing pattern
templates
for a single matched method. |
void |
UriRoutingContext.pushTemplates(UriTemplate resourceTemplate,
UriTemplate methodTemplate) |
| Modifier and Type | Class and Description |
|---|---|
class |
PathTemplate
A URI template for a URI path.
|
| Modifier and Type | Field and Description |
|---|---|
static UriTemplate |
UriTemplate.EMPTY
The empty URI template that matches the
null or empty URI path. |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<UriTemplate> |
UriTemplate.COMPARATOR
Order the templates according to JAX-RS specification.
|
| Modifier and Type | Method and Description |
|---|---|
UriTemplate |
PathPattern.getTemplate() |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.