Package | Description |
---|---|
org.eclipse.jetty.http.pathmap |
Modifier and Type | Field and Description |
---|---|
private PathSpecGroup |
UriTemplatePathSpec._group |
private PathSpecGroup |
ServletPathSpec._group |
private PathSpecGroup |
RegexPathSpec._group |
Modifier and Type | Method and Description |
---|---|
PathSpecGroup |
UriTemplatePathSpec.getGroup() |
PathSpecGroup |
ServletPathSpec.getGroup() |
PathSpecGroup |
RegexPathSpec.getGroup() |
PathSpecGroup |
PathSpec.getGroup()
The spec group.
|
static PathSpecGroup |
PathSpecGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathSpecGroup[] |
PathSpecGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|