E - PathMappings instead@Deprecated @ManagedObject(value="Path Mappings") public class PathMappings<E> extends Object implements Iterable<PathMappings.MappedResource<E>>, org.eclipse.jetty.util.component.Dumpable
Sorted into search order upon entry into the Set
| Modifier and Type | Class and Description |
|---|---|
static class |
PathMappings.MappedResource<E>
Deprecated.
|
| Constructor and Description |
|---|
PathMappings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
dump()
Deprecated.
|
void |
dump(Appendable out,
String indent)
Deprecated.
|
List<PathMappings.MappedResource<E>> |
getMappings()
Deprecated.
|
PathMappings.MappedResource<E> |
getMatch(String path)
Deprecated.
|
Iterator<PathMappings.MappedResource<E>> |
iterator()
Deprecated.
|
void |
put(PathSpec pathSpec,
E resource)
Deprecated.
|
void |
reset()
Deprecated.
|
String |
toString()
Deprecated.
|
public String dump()
dump in interface org.eclipse.jetty.util.component.Dumpablepublic void dump(Appendable out, String indent) throws IOException
dump in interface org.eclipse.jetty.util.component.DumpableIOException@ManagedAttribute(value="mappings",
readonly=true)
public List<PathMappings.MappedResource<E>> getMappings()
public void reset()
public PathMappings.MappedResource<E> getMatch(String path)
public Iterator<PathMappings.MappedResource<E>> iterator()
iterator in interface Iterable<PathMappings.MappedResource<E>>Copyright © 1995-2018 Webtide. All Rights Reserved.