Uses of Class
org.glassfish.jersey.uri.PathTemplate
-
Packages that use PathTemplate 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 PathTemplate in org.glassfish.jersey.uri
Constructors in org.glassfish.jersey.uri with parameters of type PathTemplate Constructor Description PathPattern(PathTemplate template)
Create a path pattern and post fix withPathPattern.RightHandPath.capturingZeroOrMoreSegments
.PathPattern(PathTemplate template, PathPattern.RightHandPath rhpp)
Create a path pattern and post fix with a right hand path pattern.
-