Uses of Package
org.glassfish.jersey.uri
Packages that use org.glassfish.jersey.uri
Package
Description
Jersey server-side classes.
Jersey server-side internal resource routing classes.
Jersey server-side application & resource modeling classes.
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
Common Jersey internal classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Classes in org.glassfish.jersey.uri used by org.glassfish.jersey.server
-
Classes in org.glassfish.jersey.uri used by org.glassfish.jersey.server.internal.routingClassDescriptionA path pattern that is a regular expression generated from a URI path template.A URI template.
-
Classes in org.glassfish.jersey.uri used by org.glassfish.jersey.server.modelClassDescriptionA path pattern that is a regular expression generated from a URI path template.
-
Classes in org.glassfish.jersey.uri used by org.glassfish.jersey.uriClassDescriptionA path pattern that is a regular expression generated from a URI path template.The set of right hand path patterns that may be appended to a path pattern.A URI template for a URI path.A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.The URI component type.A URI template.A strategy interface for processing parameters, should be replaced with a JDK 8 one day in the future.
-
Classes in org.glassfish.jersey.uri used by org.glassfish.jersey.uri.internal