Uses of Class
org.glassfish.jersey.uri.UriTemplate
-
Packages that use UriTemplate Package Description org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. -
-
Uses of UriTemplate in org.glassfish.jersey.uri
Subclasses of UriTemplate in org.glassfish.jersey.uri Modifier and Type Class Description classPathTemplateA URI template for a URI path.Fields in org.glassfish.jersey.uri declared as UriTemplate Modifier and Type Field Description static UriTemplateUriTemplate. EMPTYThe empty URI template that matches thenullor empty URI path.Fields in org.glassfish.jersey.uri with type parameters of type UriTemplate Modifier and Type Field Description static Comparator<UriTemplate>UriTemplate. COMPARATOROrder the templates according to JAX-RS specification.Methods in org.glassfish.jersey.uri that return UriTemplate Modifier and Type Method Description UriTemplatePathPattern. getTemplate()
-