Package | Description |
---|---|
org.glassfish.tyrus.core.uri.internal |
Common classes that provide support for URI templates,
encoding/decoding of URI components and multivalued collections.
|
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 © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.