Package | Description |
---|---|
org.glassfish.jersey.linking.mapping | |
org.glassfish.jersey.server |
Jersey server-side 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 | 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-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.