Package | Description |
---|---|
org.eclipse.jetty.http.pathmap |
Modifier and Type | Class and Description |
---|---|
class |
RegexPathSpec |
class |
ServletPathSpec |
class |
UriTemplatePathSpec
PathSpec for URI Template based declarations
|
Modifier and Type | Field and Description |
---|---|
private PathSpec |
MappedResource.pathSpec |
Modifier and Type | Method and Description |
---|---|
private PathSpec |
PathSpecSet.asPathSpec(java.lang.Object o) |
static PathSpec |
PathMappings.asPathSpec(java.lang.String pathSpecString) |
PathSpec |
MappedResource.getPathSpec() |
Modifier and Type | Method and Description |
---|---|
int |
PathSpec.compareTo(PathSpec other) |
E |
PathMappings.get(PathSpec spec) |
boolean |
PathMappings.put(PathSpec pathSpec,
E resource) |
boolean |
PathMappings.remove(PathSpec pathSpec) |
Constructor and Description |
---|
MappedResource(PathSpec pathSpec,
E resource) |