Uses of Class
org.glassfish.jersey.uri.PathPattern
-
Packages that use PathPattern Package Description org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. -
-
Uses of PathPattern in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return PathPattern Modifier and Type Method Description PathPatternResource. getPathPattern()PathPatternRouted. getPathPattern()Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.PathPatternRuntimeResource. getPathPattern()Get path pattern for matching purposes. -
Uses of PathPattern in org.glassfish.jersey.uri
Fields in org.glassfish.jersey.uri declared as PathPattern Modifier and Type Field Description static PathPatternPathPattern. EMPTY_PATTERNEmpty path pattern matching only empty string.static PathPatternPathPattern. END_OF_PATH_PATTERNPath pattern matching the end of a URI path.static PathPatternPathPattern. OPEN_ROOT_PATH_PATTERNPath pattern matching the any URI path.Fields in org.glassfish.jersey.uri with type parameters of type PathPattern Modifier and Type Field Description static Comparator<PathPattern>PathPattern. COMPARATORPath pattern comparator that defers tocomparing the templatesassociated with the patterns.Methods in org.glassfish.jersey.uri that return PathPattern Modifier and Type Method Description static PathPatternPathPattern. asClosed(PathPattern pattern)Return a new path pattern with a same path template but aclosedright hand path.Methods in org.glassfish.jersey.uri with parameters of type PathPattern Modifier and Type Method Description static PathPatternPathPattern. asClosed(PathPattern pattern)Return a new path pattern with a same path template but aclosedright hand path.
-