Uses of Class
org.glassfish.jersey.uri.PathPattern
-
Packages that use PathPattern Package Description org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes.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.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as PathPattern Modifier and Type Field Description private PathPatternRoute. routingPatternMethods in org.glassfish.jersey.server.internal.routing that return PathPattern Modifier and Type Method Description PathPatternRoute. routingPattern()Get the request path routing pattern.Methods in org.glassfish.jersey.server.internal.routing with parameters of type PathPattern Modifier and Type Method Description (package private) static PathToRouterBuilderPathMatchingRouterBuilder. newRoute(PathPattern pattern)Create new request path pattern matching router builder.(package private) static RouteRoute. of(PathPattern routingPattern, java.util.List<Router> routers)Create a new request route.PathToRouterBuilderPathMatchingRouterBuilder. route(PathPattern pattern)Complete the currently built unfinished sub-route (if any) and start building a new one.private voidPathMatchingRouterBuilder. startNewRoute(PathPattern pattern)private PathToRouterBuilderRuntimeModelBuilder. startNextRoute(PathMatchingRouterBuilder currentRouterBuilder, PathPattern routingPattern)Constructors in org.glassfish.jersey.server.internal.routing with parameters of type PathPattern Constructor Description Route(PathPattern routingPattern, java.util.List<Router> routers) -
Uses of PathPattern in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as PathPattern Modifier and Type Field Description private PathPatternResource.Data. pathPatternprivate PathPatternRuntimeResource. pathPatternMethods in org.glassfish.jersey.server.model that return PathPattern Modifier and Type Method Description (package private) abstract PathPatternResourceMethod.JaxrsType. createPatternFor(java.lang.String pathTemplate)Create a proper matching path pattern from the provided template for the selected method type.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 java.util.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.
-