| Package | Description |
|---|---|
| org.eclipse.jetty.http.pathmap |
| Modifier and Type | Method | Description |
|---|---|---|
MappedResource<E> |
PathMappings.getMatch(java.lang.String path) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MappedResource<E>> |
PathMappings.getMappings() |
|
java.util.List<MappedResource<E>> |
PathMappings.getMatches(java.lang.String path) |
Return a list of MappedResource matches for the specified path.
|
java.util.Iterator<MappedResource<E>> |
PathMappings.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
MappedResource.compareTo(MappedResource<E> other) |
Comparison is based solely on the pathSpec
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PathMappings.removeIf(java.util.function.Predicate<MappedResource<E>> predicate) |
Copyright © 1995–2018 Webtide. All rights reserved.