| Package | Description |
|---|---|
| org.eclipse.jetty.http.pathmap | |
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| Modifier and Type | Field and Description |
|---|---|
private Trie<MappedResource<E>> |
PathMappings._exactMap |
private java.util.Set<MappedResource<E>> |
PathMappings._mappings |
private Trie<MappedResource<E>> |
PathMappings._prefixMap |
private Trie<MappedResource<E>> |
PathMappings._suffixMap |
| Modifier and Type | Method and Description |
|---|---|
MappedResource<E> |
PathMappings.getMatch(java.lang.String path) |
| Modifier and Type | Method and 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 and Description |
|---|---|
int |
MappedResource.compareTo(MappedResource<E> other)
Comparison is based solely on the pathSpec
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathMappings.removeIf(java.util.function.Predicate<MappedResource<E>> predicate) |
| Modifier and Type | Field and Description |
|---|---|
private MappedResource<ServletHolder> |
Invoker._invokerEntry |
| Modifier and Type | Method and Description |
|---|---|
MappedResource<ServletHolder> |
ServletHandler.getHolderEntry(java.lang.String target)
Deprecated.
|
MappedResource<ServletHolder> |
ServletHandler.getMappedServlet(java.lang.String target)
ServletHolder matching path.
|