Uses of Class
org.glassfish.jersey.uri.UriTemplate
Package
Description
Jersey server-side classes.
Jersey server-side internal resource routing classes.
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of UriTemplate in org.glassfish.jersey.linking.mapping
-
Uses of UriTemplate in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionExtendedUriInfo.getMatchedTemplates()
Get a read-only list ofUriTemplate
for matched resources. -
Uses of UriTemplate in org.glassfish.jersey.server.internal.routing
Modifier and TypeMethodDescriptionvoid
RoutingContext.pushTemplates
(UriTemplate resourceTemplate, UriTemplate methodTemplate) Push matched request URI routing patterntemplates
for a single matched method.void
UriRoutingContext.pushTemplates
(UriTemplate resourceTemplate, UriTemplate methodTemplate) -
Uses of UriTemplate in org.glassfish.jersey.uri
Modifier and TypeFieldDescriptionstatic final UriTemplate
UriTemplate.EMPTY
The empty URI template that matches thenull
or empty URI path.Modifier and TypeFieldDescriptionstatic final Comparator<UriTemplate>
UriTemplate.COMPARATOR
Order the templates according to JAX-RS specification.