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.
|
Modifier and Type | Method and Description |
---|---|
PathPattern |
Resource.getPathPattern() |
PathPattern |
Routed.getPathPattern()
Get the path pattern that can be used for matching the remaining
request URI against this component represented by this model.
|
PathPattern |
RuntimeResource.getPathPattern()
Get path pattern for matching purposes.
|
Modifier and Type | Field and Description |
---|---|
static PathPattern |
PathPattern.EMPTY_PATTERN
Empty path pattern matching only empty string.
|
static PathPattern |
PathPattern.END_OF_PATH_PATTERN
Path pattern matching the end of a URI path.
|
static PathPattern |
PathPattern.OPEN_ROOT_PATH_PATTERN
Path pattern matching the any URI path.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<PathPattern> |
PathPattern.COMPARATOR
Path pattern comparator that defers to
comparing
the templates associated with the patterns. |
Modifier and Type | Method and Description |
---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but
a
closed right hand path. |
Modifier and Type | Method and Description |
---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but
a
closed right hand path. |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.